Pixelink Knowledge Base

API Functions

API Functions

Summary of API Functions
The following figure lists the API commands and shows the relationship between functional group of commands. Two tables below list the API functions by ...
Fri, 1 Nov, 2024 at 4:25 PM
PxLAssignController
Specification  PXL_RETURN_CODE PxLAssignController (       HANDLE hCamera,       U32    controllerSerialNumber); Description This function will ...
Fri, 1 Nov, 2024 at 4:16 PM
PxLCameraRead
Syntax     PXL_RETURN_CODE PxLCameraRead ( HANDLE hCamera, U32 bufferSize, U8* pBuffer ); Description This function reads advanced...
Fri, 1 Nov, 2024 at 4:32 PM
PxLCameraWrite
Syntax   PXL_RETURN_CODE PxLCameraWrite ( HANDLE hCamera, U32 bufferSize, const U8* pBuffer );   Description This function writes adv...
Fri, 1 Nov, 2024 at 4:31 PM
PxLCreateDescriptor
Syntax   PXL_RETURN_CODE PxLCreateDescriptor ( HANDLE hCamera, HANDLE* pDescriptorHandle, U32 updateMode );   Description This function ...
Fri, 1 Nov, 2024 at 4:35 PM
PxLDebug
Syntax   PXL_RETURN_CODE PxLDebug ( HANDLE hCamera, U16 requestType, U32 offsetHigh, U32 offsetLow, U32 dataLength, U8* ...
Wed, 6 Nov, 2024 at 1:18 PM
PxLDecompressFrame
Syntax   PXL_RETURN_CODE PxLDecompressFrame ( void const* pSrcFrame, FRAME_DESC const* pSrcFrameDesc, COMPRESSION_DESC const* pCompressionDesc, ...
Mon, 28 Oct, 2024 at 11:19 AM
PxLFormatClip
Syntax   PXL_RETURN_CODE PxLFormatClip ( LPCSTR pInputFileName, LPCSTR pOutputFileName, U32 outputFormat );   Description Please not...
Wed, 6 Nov, 2024 at 3:43 PM
PxLFormatClipEx
Syntax  PXL_RETURN_CODE PxLFormatClipEx (     LPCSTR    pInputFileName,     LPCSTR    pOutputFileName,     U32       inputFormat,     U32       outputFo...
Wed, 6 Nov, 2024 at 3:44 PM
PxLFormatImage
Syntax PXL_RETURN_CODE PxLFormatImage ( void const * pSrcImage, FRAME_DESC const * pSrcFrameDesc, U32 outputFormat, ...
Wed, 6 Nov, 2024 at 4:57 PM