IAMCameraControl Interface
|
![]() ![]() ![]() |
Retrieves the value of a specific camera control property.
|
Sets the value of a specific camera control property.
|
Retrieves values associated with the range of a specified camera property.
|
Property
|
[in] Value that specifies the camera property. Use the following value:
|
CameraControl_Exposure - to control the camera's shutter.
|
pValue / lValue
|
[in/out] New value or pointer to the value of the specified property.
|
pValue
|
[in] New value of the specified property.
|
pMin
|
[out] Pointer to the minimum range for the specified property.
|
pMax
|
[out] Pointer to the maximum range for the specified property.
|
pSteppingDelta
|
[out] Pointer to the step size for the specified property.
|
pDefault
|
[out] Pointer to the default value of the specified property.
|
Flags / pFlags
|
[in/out] Value or pointer to the value indicating whether the camera property is automatic or manual:
|
CameraControl_Flags_Auto - sets the property's automatic flag.
|
CameraControl_Flags_Manual - sets the property's manual flag.
|
|
S_OK
|
Success
|
E_FAIL
|
Failure.
|
E_INVALIDARG
|
Invalid argument.
|
|
|
|