Pixelink Knowledge Base

API Error Codes and Definitions

Error codes

GPIO Mode
Type Definitions Description Mode Description GPIO_MODE_STROBE The GPIO acts as a strobe that reacts to the trigger input. GPIO_MODE_NORMA...
Mon, 23 Dec, 2024 at 2:47 PM
HSV Interpretation
Type Definitions Enumeration influencing how the API interprets the pixel format PIXEL_FORMAT_HSV4_12. Specifically, this value will influence the A...
Fri, 14 Jun, 2019 at 10:52 AM
Image File Format
Type Definitions Description These are values used to specify an image file format in PxLFormatImage. Value Description IMAGE_FORMAT_BMP ...
Tue, 30 Aug, 2022 at 9:19 AM
InitializeEx Flags
Type Definitions Description Below are the camera initializeEx type definitions. Value Description 0 Read and write access to the camera...
Wed, 26 Oct, 2022 at 4:01 PM
IP Address
Type Structure Definition The IP Address structure contains the IP address encoded as four bytes in the form Byte1.Byte2.Byte3.Byte4 representin...
Thu, 6 Feb, 2020 at 10:23 AM
IP Address Assignment
Type Definitions Description Value Description PXL_IP_UNKNOWN_ASSIGNMENT The IP address assignment is unknown. PXL_IP_DHCP_ASSIGNED The camer...
Thu, 13 Jun, 2019 at 11:18 AM
MAC Address
Type Structure Definition // MAC Address typedef struct _PXL_MAC_ADDRESS {     U8  MacAddr[6]; } PXL_MAC_ADDRESS, *PPXL_MAC_ADDRESS;      Usag...
Thu, 13 Jun, 2019 at 11:20 AM
PixeLINK Data Stream File Format
The PixeLINK Data Stream file (.pds) is a binary file with the following format: U32 "magic number" 0X04040404, indicating that this is a ...
Wed, 7 Oct, 2020 at 2:18 PM
Polar Weightings
Type Definitions Description Value Description FEATURE_POLAR_WEIGHTINGS_0_DEG 0 degree polar channel (I0) FEATURE_POLAR_WEIGHTINGS_45_DEG ...
Mon, 23 Dec, 2024 at 3:11 PM
Preview State
Type Definitions Description Value Description START_PREVIEW Start the preview. PAUSE_PREVIEW Pause the preview. STOP_PREVIEW S...
Fri, 13 May, 2022 at 4:23 PM