-
Notifications
You must be signed in to change notification settings - Fork 109
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
White Balance disabling? #35
Comments
I have the same problem. There is no function for white balancing. Will it be added? |
I have found a temporary workaround, where I:
And then rebuilding. This disables the force-loading of the default user profile on the cam that overrides all of your settings. |
Thanks. I already added the parameter to the driver myself. It must have been forgotten... |
Hello guys, is there a way to implement this feature to the package, something like a parameter to disable this default profile enabling? |
The workaround worked for us too but a proper feature would be nice :) |
@thinkyo can you give some details on how you added white balance parameter to the package? We ran into the same params overwriting problem. |
I connected a Basler acA1920-40uc USB3 camera and set up a profile on the cam in the pylon camera suite utility, among others enabling White Balance.
When running the pylon_camera stack, somehow this setting gets overwritten even if I remove this option from the yaml config file entirely, and the camera drops back into a non-white balanced image.
Is there any way to have the stack not modifying the internal camera params / overriding their settings there with the stack's defaults? Am I using it wrong?
The text was updated successfully, but these errors were encountered: