ExtendedCamera.applyParameters Method¶
Module: ExtendedCamera
Definition¶
Applies a set of parameters to the device.
apply_parameters(self, parameter_list: DeviceParameterList) -> None
Parameters
parameter_list
DeviceParameterListin The list of parameters to apply.
Exceptions
An error has occurred during Devices Library execution.
void applyParameters(DeviceParameterList parameterList)
Parameters
parameterList
DeviceParameterListin The list of parameters to apply.
Exceptions
An error has occurred during Devices Library execution.
public void ApplyParameters(DeviceParameterList parameterList)
Parameters
parameterList
DeviceParameterListin The list of parameters to apply.
Exceptions
An error has occurred during Devices Library execution.
public void applyParameters(DeviceParameterList parameterList) throws DevicesException
Parameters
parameterList
DeviceParameterListin The list of parameters to apply.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_ApplyParameters (
ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
ID3_DEVICES_DEVICE_PARAMETER_LIST hParameterList)
Parameters
hExtendedCamera
ID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.hParameterList
ID3_DEVICES_DEVICE_PARAMETER_LISTin The list of parameters to apply.
Returns