My camera driver supported PROPSETID_VIDCAP_VIDEOPROCAMP
property set. The device also supports auto mode for some property controls.
The driver reports max / min / step value in property table.
When the user press the ‘default’ button, the driver will receive the
request
to set the control value to the default value reported in the property
table.
However, I don’t know how to report auto mode as default.
When I press the ‘default’ button of property page, the ‘auto’ checkbox is
not changed no matter it’s checked or not.
The driver only received the request with default value, but auto flag is
not
set in the request.
How should the driver report auto mode as default for camera control?
Best Regards
Jack Huang