Enum PvGenDCPartType
Indicates the header type of a GenDC part, which defines its specific fields. Corresponds to the GenDC spec's GenDCPartType.
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public enum PvGenDCPartType
Fields
| Name | Description |
|---|---|
| PvGenDCPart1D | 1 dimensional array data. |
| PvGenDCPart1DCustom | Custom 1D image. |
| PvGenDCPart2D | Rectangular uncompressed image (monochrome or none planar). |
| PvGenDCPart2DCustom | Custom 2D image. |
| PvGenDCPart2DH264 | H264 compressed image. |
| PvGenDCPart2DJpeg | JPEG compressed image. |
| PvGenDCPart2DJpeg2000 | JPEG 2000 compressed image. |
| PvGenDCPartCustom | Custom part. |
| PvGenDCPartMetadataCustom | Custom metadata. |
| PvGenDCPartMetadataGenICamChunk | GenICam chunk metadata. |
| PvGenDCPartMetadataGenICamXML | GenICam XML metadata. |
| PvGenDCPartUnknown | Does not represent a part type. |