Enum CameraFeed.FeedDataType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum CameraFeed.FeedDataType : long
Fields
Noimage = 0No image set for the feed.
Rgb = 1Feed supplies RGB images.
Ycbcr = 2Feed supplies YCbCr images that need to be converted to RGB.
YcbcrSep = 3Feed supplies separate Y and CbCr images that need to be combined and converted to RGB.