python-amcrest icon indicating copy to clipboard operation
python-amcrest copied to clipboard

Streaming into memory?

Open allComputableThings opened this issue 4 years ago • 1 comments

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.

allComputableThings avatar Dec 13 '21 19:12 allComputableThings

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.

flacjacket avatar Dec 17 '21 03:12 flacjacket