Click or drag to resize

DalsaCameraTakePictureMatHardwareTriggered Method

Does the same as TakePictureMat() but triggers the camera not by software but by writing to the trigger port. If hardware triggering is not active normal software triggering is used.

Namespace: RAYLASE.Marker.CamerasPlugin.TeledyneDalsaCamera
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.20.0
Syntax
C#
public override Mat TakePictureMatHardwareTriggered(
	bool isRectify,
	bool isCrossHair,
	double crossHairSize,
	double crossHairThickness,
	Color crossHairColor,
	double scale = 0
)

Parameters

isRectify  Boolean
If true the image is rectified according to the rectification calibration.
isCrossHair  Boolean
If true a cross hair is added to the picture where the center offset is.
crossHairSize  Double
The size of the cross hair as percentage of the camera field size.
crossHairThickness  Double
The thickness of the cross hair lines in pixel.
crossHairColor  Color
The color of the cross hair.
scale  Double  (Optional)
A downscale factor to be applied to the taken image. If 0 the global DownscaleFactor is used.

Return Value

Mat
The taken picture.
See Also