Interface for accessing features and Imaging Device hardware info.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
The ICogGenTLAccess type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| DeterminePixelFormats | Return the available pixel formats from the camera. | |
| ExecuteCommand | Execute the command identified by node. | |
| FindProducer | Returns a string stating a Producer Name. | |
| GetAvailableFeatures | Get the child features of the specified category. Use the Root category to get the top level features. | |
| GetComment | Get a helpful comment describing the feature. | |
| GetDoubleFeature | Read the double feature identified by node. | |
| GetFeature | Read the feature identified by node. Works with any data type. | |
| GetFeatureType | Get the type of this feature. | |
| GetFSFromCamera | Return the Feature Snapshot data from the camera. | |
| GetIntegerFeature | Read the integer feature identified by node. | |
| GetValidEnumValues | Get the valid settings for an enum feature. | |
| IsReadable | Returns false if the feature is not readable. | |
| IsReserved | Returns true if the feature is reserved. | |
| IsWriteable | Returns false if the feature is not writable. | |
| SetDoubleFeature | Write the double feature identified by node. | |
| SetFeature | Write the feature identified by node. Works with any data type. | |
| SetIntegerFeature | Write the integer feature identified by node. |
Properties
| Name | Description | |
|---|---|---|
| TLType | Returns the unique identifier of the device. |
See Also