Syntax

   

 PXL_RETURN_CODE PxLCameraRead (
   HANDLE hCamera,
   U32    bufferSize,
   U8*    pBuffer );


Description


This function reads advanced data from the camera.  
 

  • hCamera is the camera handle.  This value is returned by PxLInitialize.  

  • bufferSize is the amount of data (in bytes) to read from the camera.

  • pBuffer is a pointer to the buffer to receive the data. The buffer should be at least uBufferSize bytes in size.


Comments, Restrictions and Limitations 
 

This function will read the specified number of bytes from the advanced address space of the camera.
 

NOTE: Not for general use. Use only under PixeLINK supervision.