Sync classref with current source

This commit is contained in:
Rémi Verschelde
2020-01-23 23:15:53 +01:00
parent 2e4df1e5c2
commit acb2260336
125 changed files with 1868 additions and 2258 deletions

View File

@@ -11,6 +11,11 @@ CameraTexture
**Inherits:** :ref:`Texture<class_Texture>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
Texture provided by a :ref:`CameraFeed<class_CameraFeed>`.
Description
-----------
This texture gives access to the camera texture provided by a :ref:`CameraFeed<class_CameraFeed>`.
**Note:** Many cameras supply YCbCr images which need to be converted in a shader.