All,
Is it possible to manually specify the camera that I want to
access in the libgphoto API?
Here is what I am doing. I am working on a small downloader
that will, on camera connection, get started and will automatically suck all
the images out of the camera and put them somewhere on my disk. (no user
interaction needed).
The trick is that I could be plugging 5 cameras simultaneously
so 5 instances of that downloader will get started (with the camera DEVPATH as
an argument).
So is it possible via the libgphoto API to target a specific
camera (like passing the DEVPATH as an argument)
Thanks