- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page