Reading video from disk is simple - CvCapture* capture = cvCreateFileCapture(argv[1]);
, but I need to read mp4
file which is already in std::string VideoBuffer
.
How to do that?
Reading video from disk is simple - CvCapture* capture = cvCreateFileCapture(argv[1]);
, but I need to read mp4
file which is already in std::string VideoBuffer
.
How to do that?