Go to advanced search

by fdiba
Tue Apr 15, 2014 4:27 pm
Forum: Python
Topic: pi camera openCV and Python
Replies: 2
Views: 1087

Re: pi camera openCV and Python

Thank you but it doesn't really help : I don't want to use camera.start_preview() to show the video. I'd like to find the something like .getImage() if it exists to use with myDisplay and use the library PiCamera. I'm going to try this : http://thinkrpi.wordpress.com/2013/05/22/opencv-and-camera-boa...
by fdiba
Mon Apr 14, 2014 9:19 pm
Forum: Python
Topic: pi camera openCV and Python
Replies: 2
Views: 1087

pi camera openCV and Python

Hello I try to edit the code below to use a pi camera with openCV (to be able to detect faces at the end) I just want to put the image taken by the pi camera on my Display (myDisplay). Can you help me ? from SimpleCV import Camera, Display from time import sleep myCamera = Camera(prop_set={'width': ...

Go to advanced search