ExtendedCamera.stopCapture Method¶
Module: ExtendedCamera
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 id3DevicesExtendedCamera_StopCapture (
ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera)
Parameters
hExtendedCamera
ID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.
Returns