Store Published Image into cv2.VideoCapture()-Like Object

asked 2016-12-07 13:11:30 -0500

Pototo gravatar image

Folks,

How can I store published images into a video-like OpenCV object, without having to create a video file (e.g. .mp4) first? Does not have to be a VideoCapture() object, but just any object that stores all the frames (I don't think a vector/list is what I'm looking for, but an actual OpenCV object...if possible, of course).

I'm trying to use a program called bag2video.py to do this as well, but I don't fully understand how the program actually works.

edit retag flag offensive close merge delete