CameraSessionConnection

interface CameraSessionConnection

Specifies a single Camera input stream connection streaming into zero or more outputs.

Properties

config

A config specifically for this connection.


input

The input device of this CameraSessionConnection. This CameraDevice will stream into all given outputs.


outputs

All output configurations that the given input device will stream into.

Note

When using a CameraExtension that doesn't support Frame streaming (see CameraExtension.supportsFrameStreaming), you cannot attach a CameraOutput where CameraOutput.outputType == 'stream'.