Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Property Value
Type: BooleanDefault value is 'false'.
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: SfBinning |
| Exception | Condition |
|---|---|
| ArgumentException | If value is 'true' and your camera is not a member of the L4000 family. |
When this property is 'false', an L4000 camera will acquire image data using the full resolution of the sensor. The returned 2D intensity image will be 1920 pixels wide and 1464 pixels high.
When this property is 'true', each 2x2 block of pixels on the L4000 sensor will be treated as a single pixel. This halves the effective resolution of the sensor in each dimension, producing a 2D intensity image that is 960 pixels wide and 732 pixels high.
The size of the returned range image is unaffected by binning but the 3D data in the range image will be less detailed when Binning is 'true'.
Setting Binning to 'true' on an L4000 allows you to use shorter exposure values, and to acquire images more quickly. It also makes those images approximately the same resolution as those of a DS1000 camera.
For a DS1000 camera, the 2D intensity image always has a width of 1024 pixels and a height of 768 pixels. Binning is unavailable. It is an error to set Binning to 'true' on a DS1000 camera.