Ask Your Question

Revision history [back]

Any way to read video frames other than VideoCapture?

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.