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

Automatically set gain, auto-exposure, and gamma to have no effect #19

Open
andy-sweet opened this issue Sep 13, 2023 · 0 comments
Open

Comments

@andy-sweet
Copy link
Contributor

andy-sweet commented Sep 13, 2023

Based on a Zulip discussion, we decided that some Spinnaker/GenICam properties do not need to be supported and should automatically set to have no effect.

Based on the GenICam SFNC and the Spinnaker docs, the transformation involving these parameters is

$$Y' = (\text{Gain} (Y + \text{BlackLevel}))^\text{Gamma}$$

Therefore, to have no effect on the output pixel value $Y'$ (other than through $\text{BlackLevel}$), we need the following.

  • Gain should be set to 1.
  • Gamma should be set to 1.
  • Auto-gain should be off.

Similarly, we only allow manual control of exposure (or allow it to be controlled by input triggers), so auto-exposure should also always be off.

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

No branches or pull requests

1 participant