BasePluginCameraSetIsCombinePixelsOnCamera Method |
Sets whether pixels should be combined. Can be overloaded to set it
in the camera's real hardware.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxprotected 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
Booleantrue if successful, false otherwise
See Also