Camera.stopCapture Method¶
Module: Camera
Definition¶
Ends the data capture process, stopping the live feed or any ongoing capture activity.
stop_capture(self) -> None
Exceptions
An error has occurred during Devices Library execution.
void stopCapture()
Exceptions
An error has occurred during Devices Library execution.
public void StopCapture()
Exceptions
An error has occurred during Devices Library execution.
public void stopCapture() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCamera_StopCapture (
ID3_DEVICES_CAMERA hCamera)
Parameters
hCamera
ID3_DEVICES_CAMERAin Handle to the Camera object.
Returns