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.TeledyneDalsaCameraAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic 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
BooleanTrue if successful, false otherwise
See Also