Click or drag to resize

DalsaCameraSetCameraFieldSize Method

Sets the camera's field width and height (in pixel). Can be overloaded to set it in the camera's real hardware.

Namespace: RAYLASE.Marker.CamerasPlugin.TeledyneDalsaCamera
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public override bool SetCameraFieldSize(
	int wantedWidthPixel,
	int wantedHeightPixel,
	int wantedBinningValue
)

Parameters

wantedWidthPixel  Int32
The wanted width.
wantedHeightPixel  Int32
The wanted height.
wantedBinningValue  Int32
The wanted pixel combining factor:

Return Value

Boolean
True if successful, false otherwise
See Also