You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: