ExtendedCamera.takeSnapshot Method¶
Module: ExtendedCamera
Definition¶
Triggers a snapshot capture process, with the result accessible through getLastSnapshot.
take_snapshot(self) -> None
Exceptions
An error has occurred during Devices Library execution.
void takeSnapshot()
Exceptions
An error has occurred during Devices Library execution.
public void TakeSnapshot()
Exceptions
An error has occurred during Devices Library execution.
public void takeSnapshot() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_TakeSnapshot (
ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera)
Parameters
hExtendedCamera
ID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.
Returns