You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The values are in hex as i modified the debug output to see the real addresses are they can be seen in wireshark.
The evaluator should return ADDR_GREEN/ADDR_BLUE/ADDR_RED. Instead it returns 4c525443cc000000, the address of gain.
Changing BalanceRatioSelector does not change the output.
To Reproduce
Steps to reproduce the behavior:
Set BalanceRatioSelector and set BalanceRatioRaw to a random value.
The other balance ratio channels will appear to have the same value.
Describe the bug
Setting white balance via BalanceRatio/BalanceRatioRaw seems to change all wb channel to the same value.
The evaluator returns the wrong address for
BalanceRatio
/BalanceRatioRaw
.Reduced output of the sample below with
ARV_DEBUG=gvcp:3,evaluator:3
:The values are in hex as i modified the debug output to see the real addresses are they can be seen in wireshark.
The evaluator should return ADDR_GREEN/ADDR_BLUE/ADDR_RED. Instead it returns 4c525443cc000000, the address of gain.
Changing BalanceRatioSelector does not change the output.
To Reproduce
Steps to reproduce the behavior:
Set
BalanceRatioSelector
and setBalanceRatioRaw
to a random value.The other balance ratio channels will appear to have the same value.
A small program for reproduction can be found here:
https://gist.github.com/TIS-Edgar/5387b38652f757ab71925e0246effde2
Expected behavior
The evaluator should return the correct address so that white balance can be correctly set.
Camera description:
Platform description:
If you require any additional information, please let me know.
The text was updated successfully, but these errors were encountered: