ExtendedCamera.addDeviceFilter Method¶
Module: ExtendedCamera
Definition¶
Adds a filter to specify the types of devices this channel should handle.
add_device_filter(self, type_filter: DeviceType) -> None
Parameters
type_filterDeviceTypein The type of device to filter for this channel.
Exceptions
An error has occurred during Devices Library execution.
void addDeviceFilter(int typeFilter)
Parameters
typeFilterintin The type of device to filter for this channel.
Exceptions
An error has occurred during Devices Library execution.
public void AddDeviceFilter(DeviceType typeFilter)
Parameters
typeFilterDeviceTypein The type of device to filter for this channel.
Exceptions
An error has occurred during Devices Library execution.
public void addDeviceFilter(DeviceType typeFilter) throws DevicesException
Parameters
typeFilterDeviceTypein The type of device to filter for this channel.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_AddDeviceFilter (
    ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
    id3DevicesDeviceType eTypeFilter)
Parameters
hExtendedCameraID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.eTypeFilterid3DevicesDeviceTypein The type of device to filter for this channel.
Returns