ExtendedCamera.getSupportedStreams Method

Module: ExtendedCamera

Definition

Retrieves a list of all streams supported by the device.

get_supported_streams(self) -> DeviceParameterList

Returns

Outputs the list of supported streams, detailing each stream’s properties and capabilities.

Exceptions

An error has occurred during Devices Library execution.
DeviceParameterList? getSupportedStreams()

Returns

Outputs the list of supported streams, detailing each stream’s properties and capabilities.

Exceptions

An error has occurred during Devices Library execution.
public DeviceParameterList GetSupportedStreams()

Returns

Outputs the list of supported streams, detailing each stream’s properties and capabilities.

Exceptions

An error has occurred during Devices Library execution.
public DeviceParameterList getSupportedStreams() throws DevicesException

Returns

Outputs the list of supported streams, detailing each stream’s properties and capabilities.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_GetSupportedStreams (
    ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
    ID3_DEVICES_DEVICE_PARAMETER_LIST hSupportedStreams)

Parameters

in Handle to the ExtendedCamera object.

out Outputs the list of supported streams, detailing each stream’s properties and capabilities.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.