-
Notifications
You must be signed in to change notification settings - Fork 327
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
regression in imageformat for Canon EOS M10 #1060
Comments
eos.log 2.5.31 logfile |
@axxel if you could take a look perhaps |
in 2.5.31 it is coded as 0x200 |
i now emit the default even if the ENUM is empty |
but perhaps axxel has a better fix |
Based on your fix, it seems the problem is that the M10 reports a current value that it actually does not enumerate as a valid value? |
Yes, it does not return an enumeration, but a value. Might depend on the camera mode, but the camera is currently in Manual Mode |
Apart from the code duplication in your fix, I don't see a better approach then. I'll post a cosmetic fix for that at some point in time. |
Describe the bug
--get-config imageformat
returns
Label: Image Format
Readonly: 0
Type: RADIO
Current: Large Normal JPEG
Choice: 0 Large Normal JPEG
END
in 2.5.31
In current GIT:
Label: Image Format
Readonly: 0
Type: RADIO
Current: (null)
END
Name the camera
Canon EOS M10
libgphoto2 and gphoto2 version
2.5.31.1 current GIT vs 2.5.31
To Reproduce
Steps to reproduce the behavior:
gphoto2 --get-config imageformat
The text was updated successfully, but these errors were encountered: