I found this great RGB Camera Control tutorial for setting values like wbColorTemp
, contrast
, expCompensation
, etc. but I want to read the current values.
How do I actually read these current values? It looks like I should be able to read the values once I have a RawCameraControl
reference, but my question is how do I attain it?
dai::RawCameraControl rawCtrl
=
???
;
In the RawCameraControl
source the below code displays comments for the expected value ranges. I want to query/read these values from the camera at any given time. How do I do that?
