gphoto / libgphoto2

The libgphoto2 camera access and control library.
GNU Lesser General Public License v2.1
991 stars 317 forks source link

Support Nikon Coolpix A10 #898

Open amano-kenji opened 1 year ago

amano-kenji commented 1 year ago

Name of the camera

Nikon Coolpix A10

USB IDs

ID 04b0:0368 Nikon Corp. NIKON DSC COOLPIX A10-PTP

camera summary output

Error An error occurred in the io-library ('I/O problem'): The supplied vendor or product id (0x0,0x0) is not valid. Error (-7: 'I/O problem')

camera configuration output

Error An error occurred in the io-library ('I/O problem'): The supplied vendor or product id (0x0,0x0) is not valid. Error (-7: 'I/O problem')

test capture

gphoto2 --capture-image-and-download

Error An error occurred in the io-library ('I/O problem'): The supplied vendor or product id (0x0,0x0) is not valid. ERROR: Could not capture image. ERROR: Could not capture. Error

gphoto2 --capture-preview

Error An error occurred in the io-library ('I/O problem'): The supplied vendor or product id (0x0,0x0) is not valid. Error (-7: 'I/O problem')

amano-kenji commented 1 year ago

gphotofs used to work for Nikon Coolpix A10. But, after a certain point, it stopped working.

msmeissn commented 1 year ago

can you post

gphoto2 --summary

output?

amano-kenji commented 1 year ago
*** Error ***
An error occurred in the io-library ('I/O problem'): The supplied vendor or product id (0x0,0x0) is not valid.
*** Error (-7: 'I/O problem') ***

For debugging messages, please use the --debug option.
Debugging messages may help finding a solution to your problem.
If you intend to send any error or debug messages to the gphoto
developer mailing list <gphoto-devel@lists.sourceforge.net>, please run
gphoto2 as follows:

    env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt --summary

Please make sure there is sufficient quoting around the arguments.