facebookresearch / ocean

Ocean is the in-house framework for Computer Vision (CV) and Augmented Reality (AR) applications at Meta. It is platform independent and is mainly implemented in C/C++.
https://facebookresearch.github.io/ocean/
MIT License
641 stars 58 forks source link

Video player example #16

Open fire opened 4 months ago

fire commented 4 months ago

🚀 Feature

A video player example.

Motivation & Examples

Many common uses of social meta apps watch a video file.

Implement a demo demonstrating video playback on all platforms.

The video stream example also completes this partially from a device, but not from a file.

I may be able to work on this if there is a sketch of an approach to video playback.

3ThousandFaces commented 4 months ago

I support this as I want to streamline the way to capture local monitors and eventually remote monitors. It will pair nice when vision tracking is more included to dictate the fps rate of a networked texture based on users focus.

enpe commented 4 months ago

Good suggestion. We'll look into it.