Can VideoCapture read h.264 video data as byte array?
I am reading h.264 video data as a byte array from a proprietary video format. Is there a way I can pass this byte array to the VideoCapture object to read instead of passing a file-name or stream URL? I am using OpenCV with Python.
Thanks, Dattaraj Rao
You mean something like a memory stream?