Click or drag to resize

CameraFeedFeedDataType Enumeration

[Missing <summary> documentation for "T:Godot.CameraFeed.FeedDataType"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum FeedDataType
Members
  Member nameValueDescription
Noimage0

No image set for the feed.

Rgb1

Feed supplies RGB images.

Ycbcr2

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

YcbcrSep3

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

See Also