BasePluginCameraSetIsCombinePixels Method |
Sets whether pixels should be combined.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic bool SetIsCombinePixels(
bool isCombinePixels,
bool isAveragePixels
)
Parameters
- isCombinePixels Boolean
- True if pixels should be combined
- isAveragePixels Boolean
[Missing <param name="isAveragePixels"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.SetIsCombinePixels(System.Boolean,System.Boolean)"]
Return Value
BooleanTrue if successful, false otherwise
See Also