CameraFeedFeedDataType Enumeration |
[Missing <summary> documentation for "T:Godot.CameraFeed.FeedDataType"]
Namespace: Godot
public enum FeedDataType
Member name | Value | Description | |
---|---|---|---|
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. |