From de30dfe6a5bb891bc777c1bf7909b7ca575f9461 Mon Sep 17 00:00:00 2001
From: bruvzg <7645683+bruvzg@users.noreply.github.com>
Date: Thu, 12 Aug 2021 20:27:11 +0300
Subject: Port camera feed to the new RenderingServer API.
---
doc/classes/CameraFeed.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
(limited to 'doc/classes')
diff --git a/doc/classes/CameraFeed.xml b/doc/classes/CameraFeed.xml
index fc7dcd3772..2dda36a1bc 100644
--- a/doc/classes/CameraFeed.xml
+++ b/doc/classes/CameraFeed.xml
@@ -10,7 +10,60 @@
+
+
+
+ Returns feed image data type.
+
+
+
+
+
+ Returns the unique ID for this feed.
+
+
+
+
+
+ Returns the camera's name.
+
+
+
+
+
+ Returns the position of camera on the device.
+
+
+
+
+ If [code]true[/code], the feed is active.
+
+
+ The transform applied to the camera's image.
+
+
+
+ No image set for the feed.
+
+
+ Feed supplies RGB images.
+
+
+ Feed supplies YCbCr images that need to be converted to RGB.
+
+
+ Feed supplies separate Y and CbCr images that need to be combined and converted to RGB.
+
+
+ Unspecified position.
+
+
+ Camera is mounted at the front of the device.
+
+
+ Camera is mounted at the back of the device.
+
--
cgit v1.2.3