ImageSource

interface ImageSource

Represents a source of images that serves to delegate images from the camera to an emotion collector. The ImageSource interface provides a way to retrieve images from a source, typically a camera, and forward them to an emotion collector for further processing.

Functions

Link copied to clipboard
abstract fun get(): Flow<MultiPlaneImage>

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