RtGVCloseCameraControl
RtGVCloseCameraControl closes the control channel on a camera.
Syntax
BOOL RtGVCloseCameraControl( UINT32 cameraHandle );
Parameters
cameraHandle
Handle to the camera whose control channel should be closed.
Return Values
Returns TRUE if the function succeeds, FALSE if the function fails. Call GetLastError for extended error information.
Remarks
This function should be called for all cameras for which RtGVInitCameraControl has been called, before calling RtGVClose.
Requirements
Minimum Supported Version | RTX64 4.1 Vision SDK |
Header |
RtGVApi.h |
Library |
RtGigEVision.lib |