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.