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.
If you have the image buffer, then you can use imdecode to store it in a Mat variable