We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISO cannot be set on Sony cameras: A7R3 and A7R5.
Tested with latest gphoto2 head, bisected the issue to:
commit c1c370f3061d80f69154ef383c76b15896a7f943 (refs/bisect/bad) Author: Marcus Meissner [email protected] Date: Sat Aug 31 15:32:56 2024 +0200
use the SDK values and meanings for the property decoder
gphoto2 --get-config iso
-> ISO is read only with above commit and not read only before.
(Edit: Removed some comments from initial bug - I was looking at the commit backways :)
The text was updated successfully, but these errors were encountered:
I believe GetSet in the SDIExtDevicePropInfo struct is only properly set when using v3 of the sony protocol. The A7RM5 supports both 2 and 3.
Sorry, something went wrong.
have a patch, will submit once I've tested on a couple more cameras.
working now thanks.
No branches or pull requests
ISO cannot be set on Sony cameras: A7R3 and A7R5.
Tested with latest gphoto2 head, bisected the issue to:
commit c1c370f3061d80f69154ef383c76b15896a7f943 (refs/bisect/bad)
Author: Marcus Meissner [email protected]
Date: Sat Aug 31 15:32:56 2024 +0200
gphoto2 --get-config iso
-> ISO is read only with above commit and not read only before.
(Edit: Removed some comments from initial bug - I was looking at the commit backways :)
The text was updated successfully, but these errors were encountered: