get

abstract fun get(): Flow<MultiPlaneImage>

Retrieves an image from the source and forwards it to an emotion collector.

Return

A Flow of MultiPlaneImage objects representing the image frames. The frames are emitted as soon as they become available from the source. The caller is responsible for collecting and processing the frames.