How to check if camera is set after running macro
Hi Specialist:
In macro, I try to setup camera initially by macro. However, I can not check if this set has been successfully made. There is a "auto exposure" button in camera control. But it is not sure if this button is triggered. In addition, where to find brightness value, contrast and hue value? Please give some advice, thank you.

In macro, I try to setup camera initially by macro. However, I can not check if this set has been successfully made. There is a "auto exposure" button in camera control. But it is not sure if this button is triggered. In addition, where to find brightness value, contrast and hue value? Please give some advice, thank you.

0
Answers
Below is some code which will retrieve the status code after the auto-exposure has completed. Also, the camera settings can be checked if they are supported by the camera. If the camera doesn't support the setting, then it has no use with the Settings command.
Note that you may need to add a reference to MediaCy.IQL.Capture and MediaCy.Commands.Capture for some of the code to work.
Thanks for your solution, it looks great.
I have checked and it looks like that Infinity 1-1M camera does not support Brightness, Hue, Contrast. Thank you.