Syntax


PXL_RETURN_CODE PxLUninitialize ( HANDLE hCamera );

 

Description


This function uninitializes the specified camera. 


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


Comments, Restrictions and  Limitations


After PxLUninitialize is called, the camera associated with the specified handle cannot be accessed again until a new handle is obtained.  Only the PxLInitialize function can reinitialize this camera within the application.


The thread that calls PxLInitialize on a camera must also call PxLUninitialize for that camera.