Spinnaker C enumumeration definitions. More...
Spinnaker C enumumeration definitions.
Possible Status Codes Returned from Action Command.
Color processing algorithms.
Please refer to our knowledge base at article at https://www.teledynevisionsolutions.com/support/support-center/technical-guidance/iis/different-color-processing-algorithms-in-flycapture2/ for complete details for each algorithm.
| enum _spinError |
The error codes used in Spinnaker C.
These codes are returned from every function in Spinnaker C. The error codes in the range of -2000 to -2999 are reserved for GenICam related errors. The error codes in the range of -3000 to -3999 are reserved for image processing related errors.
| enum _spinImageFileFormat |
File formats to be used for saving images to disk.
| enum _spinImageStatus |
Status of images returned from spinImageGetStatus() call.
| Enumerator | |
|---|---|
| SPINNAKER_IMAGE_STATUS_UNKNOWN_ERROR | Image has an unknown error. |
| SPINNAKER_IMAGE_STATUS_NO_ERROR | Image is returned from GetNextImage() call without any errors. |
| SPINNAKER_IMAGE_STATUS_CRC_CHECK_FAILED | Image failed CRC check. |
| SPINNAKER_IMAGE_STATUS_DATA_OVERFLOW | Received more data than the size of the image. |
| SPINNAKER_IMAGE_STATUS_MISSING_PACKETS | Image has missing packets. Potential fixes include enabling jumbo packets and adjusting packet size/delay. For more information see https://www.teledynevisionsolutions.com/support/support-center/troubleshooting/iis/troubleshooting-image-consistency-errors/ |
| SPINNAKER_IMAGE_STATUS_LEADER_BUFFER_SIZE_INCONSISTENT | Image leader is incomplete. Could be caused by missing packet(s). See link above. |
| SPINNAKER_IMAGE_STATUS_TRAILER_BUFFER_SIZE_INCONSISTENT | Image trailer is incomplete. Could be caused by missing packet(s). See link above. |
| SPINNAKER_IMAGE_STATUS_PACKETID_INCONSISTENT | Image has an inconsistent packet id. Could be caused by missing packet(s). See link above. |
| SPINNAKER_IMAGE_STATUS_MISSING_LEADER | Image leader is missing. Could be caused by missing packet(s). See link above. |
| SPINNAKER_IMAGE_STATUS_MISSING_TRAILER | Image trailer is missing. Could be caused by missing packet(s). See link above. |
| SPINNAKER_IMAGE_STATUS_DATA_INCOMPLETE | Image data is incomplete. Could be caused by missing packet(s). See link above. |
| SPINNAKER_IMAGE_STATUS_INFO_INCONSISTENT | Image info is corrupted. Could be caused by missing packet(s). See link above. |
| SPINNAKER_IMAGE_STATUS_CHUNK_DATA_INVALID | Image chunk data is invalid. |
| SPINNAKER_IMAGE_STATUS_NO_SYSTEM_RESOURCES | Image cannot be processed due to lack of system resources. |
| enum _spinLogLevel |
Channels that allow statistics to be calculated.
Compression method to use for encoding TIFF images.
| enum _spinTLPayloadType |
This enum represents the namespace in which the TL specific pixel format resides.
This enum is returned from a captured image when calling spinImageGetTLPixelFormatNamespace(). It can be used to interpret the raw pixel format returned from spinImageGetTLPixelFormat().