ExtendedCamera.clearDeviceFilter Method¶
Module: ExtendedCamera
Definition¶
Clears all set device filters, removing any type restrictions.
clear_device_filter(self) -> None
Exceptions
An error has occurred during Devices Library execution.
void clearDeviceFilter()
Exceptions
An error has occurred during Devices Library execution.
public void ClearDeviceFilter()
Exceptions
An error has occurred during Devices Library execution.
public void clearDeviceFilter() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_ClearDeviceFilter (
ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera)
Parameters
hExtendedCamera
ID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.
Returns