Click or drag to resize

BasePluginCameraSetIsCombinePixelsOnCamera Method

Sets whether pixels should be combined. Can be overloaded to set it in the camera's real hardware.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
protected abstract bool SetIsCombinePixelsOnCamera(
	bool isCombinePixels,
	bool isAveragePixels
)

Parameters

isCombinePixels  Boolean
true if pixels should be combined
isAveragePixels  Boolean
true if pixels should be averaged, false if pixels should be summed up.

Return Value

Boolean
true if successful, false otherwise
See Also