CameraServer Class |
The CameraServer keeps track of different cameras accessible in Godot. These are external cameras such as webcams or the cameras on your phone.
It is notably used to provide AR modules with a video feed from the camera.
Namespace: Godot
public static class CameraServer
The CameraServer type exposes the following members.
Name | Description | |
---|---|---|
AddFeed | Adds a camera feed to the camera server. | |
Feeds | Returns an array of CameraFeeds. | |
GetFeed | Returns the CameraFeed with this id. | |
GetFeedCount | Returns the number of CameraFeeds registered. | |
RemoveFeed | Removes a CameraFeed. |