Syntax


PXL_RETURN_CODE PxLUninitialize ( HANDLE hCamera );

 

Description


This function uninitializes the specified camera. 



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 or PxLInitializeEx function can reinitialize this camera within the application.


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