Interface for accessing registers and 1394DCAM hardware info.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
The ICog1394DCAMAccess type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetRegisterAccess(Int32) | Access the 1394DCAM register with the given address. | |
| GetRegisterAccess(UInt32) | Access the 1394DCAM register with the given address. | |
| SetRegisterAccess(Int32, Int32) | Access the 1394DCAM register with the given address. | |
| SetRegisterAccess(UInt32, UInt32) | Access the 1394DCAM register with the given address. |
Properties
| Name | Description | |
|---|---|---|
| AdapterLocation | Get the Adapter Location string of the host controller for this camera. | |
| BusNumber | Read the 10-bit bus number that identifies the 1394 bus to which this camera is connected. | |
| ControllerID | Get the ID string of the host controller for this camera. | |
| NodeNumber | Read the 6-bit node number that identifies this camera. | |
| VendorID | Get the vendor ID of this camera. |
Events
| Name | Description | |
|---|---|---|
| BusConfigurationChanged | Occurs when a bus configuration changed (e.g. unplugged or bus reset) is detected for this frame grabber. |
See Also