RtgvCloseCameraControl
RtgvCloseCameraControl closes the control channel on a camera.
Syntax
BOOL RtgvCloseCameraControl(
[in] UINT32 cameraHandle
);
Parameters
[in] cameraHandle
Handle to the camera whose control channel should be closed.
Return Values
If the function succeeds, it returns TRUE. If the function fails, it returns FALSE. Call GetLastError to obtain an error code.
Remarks
This function should be called for all cameras for which RtgvInitCameraControl has been called before calling RtgvClose.
Requirements
| Minimum supported version | Header | Library |
|---|---|---|
|
wRTOS 1.0 SDK |
RtgvApi.h |
RtgvApi.lib |
See Also: