Scaler
You are provided with a basic scaling function.
Take note of the following scaler characteristics:
- The scaling function implements a scale down by a factor 2 on the horizontal axis.
- By default, the scaling is disabled. In that case, the image size reported by ImageSizeX and ImageSizeY matches exactly the grabbing window size.
The scaling down by a factor 2 is enabled by setting ImageSizeX to a value equal to the half of the grabbing window width.
No other values are permitted; any attempt to set an illegal value is automatically corrected by MultiCam.
If grabbing window width is an odd value, you have to round down the value to the nearest integer.