Software Archive
Read-only legacy content
17061 Discussions

Pause and resume auto white balance / exposure, while.preserving value.

Boris_K_
Beginner
187 Views

Hello,

If after running with AutoWhiteBalance as true for a while, then setting:

device->SetColorAutoWhiteBalance(false);

I end up with a sharp change to what I assume the defaults. I try to work around this by doing:

auto wb = device->QueryColorWhiteBalance();
device->SetColorAutoWhiteBalance(false);
device->SetColorWhiteBalance(wb);

But it has the exact same result as above. Does querying it return only the default values?

All I want is to do is have white balance auto adjust, then turn auto adjusting 'off' in order to record a set of frames with an unchanging exposure & balance values. Then set it back to auto adjust.

But I want to preserve the values that it automatically got to before I turn it off.

Thanks,
Boris

 

0 Kudos
0 Replies
Reply