Hi folks;
In order to make real-time object detection on the field, I purchased Raspberry pi 2, however, so far I couldn't capture any image or video from my Canon digital camera via Raspberry pi 2.
As a newbie in Raspbian OS, I understand that "gphoto2" does this job, and interestingly the following command detects my camera:
$ gphoto2 --auto-detect
All of the python commands shared on the internet, results in an error of setup.py . (such as this website: https://pythonhosted.org/canon-remote/)
My question is, since I need to conduct the object detection mission on OpenCV, via the command "VideoCapture cap(0)", what should I do for remotely controlling the camera.
Specifications:
Camera: Canon Powershot SX100 IS
OS: RASPBIAN JESSIE
I appreciate your time for responding me with whatever information you may know.