Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
CameraTexture¶
Inherits: Texture2D < Texture < Resource < RefCounted < Object
Texture provided by a CameraFeed.
描述¶
This texture gives access to the camera texture provided by a CameraFeed.
Note: Many cameras supply YCbCr images which need to be converted in a shader.
属性¶
|
||
|
||
resource_local_to_scene |
|
|
|
Property Descriptions¶
int camera_feed_id = 0
The ID of the CameraFeed for which we want to display the image.
bool camera_is_active = false
Convenience property that gives access to the active property of the CameraFeed.
FeedImage which_feed = 0
Which image within the CameraFeed we want access to, important if the camera image is split in a Y and CbCr component.