ICogAcq1394DCAM CameraBandwidth Property Cognex VisionPro 9.21
Reads or sets the camera bandwidth. Values limited to 0.0 (minimum) and 1.0 (maximum). Default is 1.0.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 83.0.0.0
Syntax

double CameraBandwidth { get; set; }

Property Value

Type: Double
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the bandwith value changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

Value is < 0 or Value > 1.0.

Remarks

Sets or gets the camera bandwidth. Values range from 0.0, which directs the camera to consume as little bandwidth as possible, to 1.0, which directs the camera not to restrict its use of bandwidth.

This property lets you limit the amount of bandwidth used by an individual IEEE 1394 DCAM camera. You can connect more than one IEEE 1394 DCAM to a single IEEE 1394 adapter. By using this class, you can limit the amount of bandwidth used by individual cameras.

Note: Specifying a small (or zero) value for bandwidth may prevent some cameras from acquiring any images and cause the acquisition to return an error.

Default Value: 1.0

See Also