Enum CameraFeed.FeedDataType

enum FeedDataType : int { ... }

Enum members

NameDescription
feedNoimage No image set for the feed.
feedRgb Feed supplies RGB images.
feedYcbcr Feed supplies YCbCr images that need to be converted to RGB.
feedYcbcrSep Feed supplies separate Y and CbCr images that need to be combined and converted to RGB.