Qualcuno è stato in grado di ottenere OpenCV per riprodurre direttamente video dalla scheda RasPiCam usando Python?
Ho visto alcuni progetti che prevedono soluzioni alternative, ma quello che mi interessa è poter usare la scheda RasPiCam con OpenCV come se fosse una cam USB.
Idealmente, mi piacerebbe fare qualcosa del genere:
import cv2.cv as cv
capture = cv.CreateCameraCapture(-1)
#some other code to actually display the video