Has any one been able to get OpenCV to directly play video from the RasPiCam board using python?
I've seen some projects involving workarounds, but what I'm interested in is being able to use the RasPiCam board with OpenCV as if it were a USB cam.
Ideally, I'd like to do something like this:
import cv2.cv as cv
capture = cv.CreateCameraCapture(-1)
#some other code to actually display the video