Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Parameter

Accessible

Camera.Parameter.ResetToDefault

Syntax

uEye.Parameter.ResetToDefault()

Description

Resets all parameters to the camera-specific defaults as specified by the driver. By default, the camera uses full resolution, a medium speed and color level gain values adapted to daylight exposure.

When you use ResetToDefault() the color format is also reset. Therefore, release already allocated image memory with Free(). Re-allocated the image memory with Allocate() and the correct color format before you restart image acquisition.

Parameter

None