Syntax

 

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

 

Description


This function writes advanced data to the camera.

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

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

  • pBuffer is pointer to the buffer containing the data. It should be at least bufferSize bytes in size.


Comments, Restrictions and Limitations


This function will write the specified number of bytes to the advanced address space of the camera.


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