Any way to read video frames other than VideoCapture?

asked 2015-08-05 04:27:49 -0600

Essentially, i need a way to capture video frames using python (or in my particular case, raspicam camera.start_recording) and then being able to process the frames using openCV.

Rather than opening the video feed and reading frames via the CPU as OpenCV does.

edit retag flag offensive close merge delete

Comments

If you have the image buffer, then you can use imdecode to store it in a Mat variable

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-08-05 06:35:28 -0600 )edit