jim-easterbrook / python-gphoto2

Python interface to libgphoto2
GNU Lesser General Public License v3.0
362 stars 59 forks source link

gp_camera_get_storageinfo[1][0].freeimages returns 0 #42

Closed ELI7VH closed 6 years ago

ELI7VH commented 6 years ago

some functions don't seem to be working on my 5d3

at the top of the camera, it says "831" but the method returns 0

jim-easterbrook commented 6 years ago

What result do you get with the gphoto2 command line utility? Does the clear-space.py example (run with no argument) report the right amount of space? Have you checked the fields attribute to ensure the freeimages attribute is valid? PS This is not a bug in python-gphoto2. Questions about using libgphoto2 should be asked on the gphoto2 mailing list.

AkshayDeshmukh-Edmodo commented 5 years ago

Py has fixed this issue but on Cpp library when first card is not in place, it shows this error. Any solution you found on this @ELI7VH by chance?