Hi,
I understand I can't view the PiCamera via camera.start_preview() since I have Remote Desktop-ed into the pi, so I was wondering, if I'm going to use OpenCV or something similar to do Facial Recognition, whatever is displayed in the Window (or on the camera view including the rectangles drawn around the faces) can I stream it so I can view it in VLC so I know if it's detecting faces? Or would it just display the camera feed and not what I draw onto it?
I've noticed when I was running this piece of software written in python from Github, It created a GUI display showing the live camera feed and the speed detection by tracking the object over Remote Desktop albeit quite choppy due to the low Frame rate. If that can do it, can I do something similar?
Thanks,
Owen