delete_camera interface
- Definition:
int _stdcall delete_camera(int camera);
- Parameter:
camera:[in],The handle of a camera which is form new_camera.
- Return:
Return ERROR_OK if success,else refer to the definition of error number
- Explain:
Release a camera handle, it's called when finish to access the camera, and then this handle will be invalid.