Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming into memory? #202

Open
allComputableThings opened this issue Dec 13, 2021 · 1 comment
Open

Streaming into memory? #202

allComputableThings opened this issue Dec 13, 2021 · 1 comment

Comments

@allComputableThings
Copy link

I'd like to hook up real-time video stream to opencv. Is that possible here/what's the most direct path to this?

For context, opencv consumes numpy array data. It provides video-loaders into BGR array data, but via the ffmpeg library.

Thanks in advance.

@flacjacket
Copy link
Collaborator

I feel like this is something that you can do by loading the rtsp stream, which can be provided by this library. But, what exactly that looks like I think is beyond the scope of what this library is trying to do. This library is more about accessing the camera API's, and will provide the URLs as well, but you shouldn't need this library to put the URL together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants