Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.AutoFeaturesSensorShutter

Accessible

Camera.AutoFeatures.Sensor.Shutter.SetPhotom

Syntax

uEye.AutoFeaturesSensorShutter.SetPhotom(uEye.Defines.Whitebalance.ShutterPhotomMode mode)

Description

Sets the photometry mode for auto exposure shutter.

Parameter

mode

Defines which fields of view are used for auto exposure shutter:

uEye.Defines.Whitebalance.ShutterPhotomMode.CenterAverage: Metering is based on the entire field of view, but all areas are equally weighted and an average value is determined.

uEye.Defines.Whitebalance.ShutterPhotomMode.CenterSpot: Only a small area in the image center is used for metering.

uEye.Defines.Whitebalance.ShutterPhotomMode.CenterWeighted: Metering is based on the entire field of view, but gives greater emphasis to the center area of the image.

uEye.Defines.Whitebalance.ShutterPhotomMode.None: The entire field of view is used for metering.