Syntax
GetRange(long Property, long *pMin, long *pMax, long *pSteppingDelta, long *pDefault, long *pCapsFlags)
Description
Returns the range for exposure time/autofocus.
Parameter
Property |
The uEye DirectShow interface supports the following parameters of IAMCameraControl: •CameraControl_Exposure: Get the camera’s exposure time. •CameraControl_Focus: Get the camera's autofocus. |
pMin |
Returns the minimum value. |
pMax |
Returns the maximum value. |
pSteppingDelta |
Returns the increment. |
pDefault |
Returns the default value. |
pCapsFlags |
Control of the exposure time/focus automatically or manually: Flags = CameraControl_Flags_Auto Flags = CameraControl_Flags_Manual |
The CameraControl_Focus function is currently only supported by the following camera models: •USB uEye XS |
Interface
Related functions
•Get
•Set