Hello,
I am currently using PixyCam for pedestrian dection. Pedestrian detection is executed by OpenCV function cv2.VideoCapture(0) and here is a problem, on normal PC this command runs smoothly, the system camera opens and video is captured. I would like to implement something like that in my project: 1. capture the live stream from pixycam, like if it was pixymon output
2. put this output into cv2.VideoCapture(Pixycam data here)
3. and let opencv do the rest
however i cant figure out how to capture such data I have tried placing all /dev/videosNUMBER directories or even /dev/bus/usb/001/NUMBER directories but unfortunately without succes.
Thank you in advance,
Artur