Skip to content

Exposure value being set but cannot be printed #28

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

Closed
jmangum opened this issue Dec 13, 2023 · 0 comments · Fixed by #33
Closed

Exposure value being set but cannot be printed #28

jmangum opened this issue Dec 13, 2023 · 0 comments · Fixed by #33

Comments

@jmangum
Copy link

jmangum commented Dec 13, 2023

While experimenting with the cam.exposure_value property I found that I can set it, but cannot print it to check its current value:

cam.exposure_value = 1
print(f"Cam Exposure: {cam.exposure_value}")

...which results in the following output...

Cam Exposure: 0

I can see from the images I capture that I have in fact set cam.exposure_value to 1 (in this example), but that fact is not reflected when I query the value.

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

Successfully merging a pull request may close this issue.

1 participant