ExtendedCamera.startCapture Method¶
Module: ExtendedCamera
Definition¶
Initiates data capture, allowing for an optional parameter to specify capture modes or configurations.
start_capture(self, param: str=None) -> None
Parameters
paramstrin An optional string parameter to influence capture settings.
Exceptions
An error has occurred during Devices Library execution.
void startCapture(String? param)
Parameters
paramStringin An optional string parameter to influence capture settings.
Exceptions
An error has occurred during Devices Library execution.
public void StartCapture(string param=null)
Parameters
paramstringin An optional string parameter to influence capture settings.
Exceptions
An error has occurred during Devices Library execution.
public void startCapture(String param) throws DevicesException
Parameters
paramStringin An optional string parameter to influence capture settings.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_StartCapture (
    ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
    const char * param)
Parameters
hExtendedCameraID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.paramconst char *in An optional string parameter to influence capture settings.
Returns