Please enable JavaScript to view this site.

uEye DirectShow 4.97

Syntax

Get(long Property, long *lValue, long *Flags)

Description

Returns the current 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.

lValue

Returns the current value.

Flags

Control of the exposure time/focus automatically or manually:

Flags = CameraControl_Flags_Auto

Flags = CameraControl_Flags_Manual

hint_info

The CameraControl_Focus function is currently only supported by the following camera models:

USB uEye XS

Interface

IAMCameraControl

Related functions

GetRange

Set