Quote:hi, what distro are you using gphoto in ? and how did you install gphoto ? (from source or another way ?)
if you are using a command line (cli) to get the photos can you please paste the command you are using here
Thanks for the reply anyweb!
I'm using gphoto2 with fedora (I don't know anything else about the system really). I didn't install gphoto, so I'm not sure what method was used.
the command is
gphoto2 --camera="Nikon D50 (PTP mode) --port=usb:005,002 --capture-image
the port number is an example, every time I turn the camera off and back on the last three numbers change, but the basic capture image command still works.
I'm getting the full PTP store error when I repeatedly run a shell script that tells 2 cameras to take pictures.
It's just the capture command for both cameras:
#!/bin/bash
gphoto2 --camera="Nikon D50 (PTP mode)" --port=usb:005,002 --capture-image
sleep 2
gphoto2 --camera="USB PTP Class Camera" --port=usb:005,003 --capture-image
When I run this script it works fine the first few times, then the Nikon D50 stops taking pictures and gives the error "PTP store full"
Any ideas?
Or any basic info on how PTP stuff works?
Thank you for any help, much appreciated!