Skip to content
New issue

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. #663

Closed
watsonmw opened this issue Dec 4, 2024 · 3 comments
Closed

ISO cannot be set on Sony cameras: A7R3 and A7R5. #663

watsonmw opened this issue Dec 4, 2024 · 3 comments

Comments

@watsonmw
Copy link

watsonmw commented Dec 4, 2024

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 :)

@watsonmw
Copy link
Author

watsonmw commented Dec 4, 2024

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.

  • v3: GetSet seems to correspond to settings you can change remotely
  • v2: GetSet is set to 0 for many basic settings, that can be changed remotely

@watsonmw
Copy link
Author

watsonmw commented Dec 5, 2024

have a patch, will submit once I've tested on a couple more cameras.

@watsonmw
Copy link
Author

working now thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant