Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

VideoCapture#grab Source

Hi,

where can I find the source for the VideoCapture#grab implementation? I'd like to know if I can encoded frames too, instead of having to retrieve() a decoded version. Why: I need to store a certain, large, number of frames (/question/112096/videocapture-frames-videocapture-possible/) and read them one by one. I can't find a way to simply put specific frames of a VideoCapture into another VideoCapture, and I don't want to store them to files first to only read them a bit later.