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
hExtendedCamera
ID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.hSupportedStreams
ID3_DEVICES_DEVICE_PARAMETER_LISTout Outputs the list of supported streams, detailing each stream’s properties and capabilities.
Returns