Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv's VideoCapture does not know anything about B-frames. (it's a simple utility class to acquire images for computer-vision)

if you need more control, you have to use libraries like ffmpeg or gstreamer directly