Closed define-private-public closed 7 years ago
Say that I got the ISO Speed from my camera's config and then modified the ISO field, it will change the ISO in the camera, but if I do a print(iso_setting) it will show the original value.
ISO Speed
print(iso_setting)
I think it's because self.value isn't being set in this function: https://github.com/jbaiter/gphoto2-cffi/blob/master/gphoto2cffi/gphoto2.py#L463
self.value
I can provide some source code to display the issue if needed, but I don't think it's required.
Can you put out a new release?
Say that I got the
ISO Speed
from my camera's config and then modified the ISO field, it will change the ISO in the camera, but if I do aprint(iso_setting)
it will show the original value.I think it's because
self.value
isn't being set in this function: https://github.com/jbaiter/gphoto2-cffi/blob/master/gphoto2cffi/gphoto2.py#L463I can provide some source code to display the issue if needed, but I don't think it's required.