Table of Contents

Enum CameraFeed.FeedDataType

Namespace
Godot
Assembly
GodotSharp.dll
public enum CameraFeed.FeedDataType : long

Fields

Noimage = 0

No image set for the feed.

Rgb = 1

Feed supplies RGB images.

Ycbcr = 2

Feed supplies YCbCr images that need to be converted to RGB.

YcbcrSep = 3

Feed supplies separate Y and CbCr images that need to be combined and converted to RGB.