react-native-vision-cameraInterfaces
CameraSessionConnection
interface CameraSessionConnectionSpecifies a single Camera input stream connection streaming into zero or more outputs.
Properties
config
config: CameraConnectionConfigurationA config specifically for this connection.
input
input: CameraDeviceThe input device of this CameraSessionConnection.
This CameraDevice will stream into all given
outputs.
outputs
outputs: CameraOutputConfiguration[]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'.