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': ...