Syntax
PXL_RETURN_CODE PxLDebug ( HANDLE hCamera, U16 requestType, U32 offsetHigh, U32 offsetLow, U32 dataLength, U8* pData );
Description
This function supports configuration commands to the camera or Pixelink API.
hCamera is the camera handle. This value is returned by PxLInitializeEx
requestType is the type of request being sent to the camera.
offsetHigh is the high offset.
offsetLow is the low offset.
dataLength is length of the data.
pData is a pointer to the data.
Comments, Restrictions and Limitations
Not for general use. Use only under Pixelink supervision.