AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
CameraServer
To Subscribe, use this Key
floor-michigan-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description The CameraServer keeps track of different cameras accessible in Godot. These are external cameras such as webcams or the camer…
Published
06/07/2024
Signals camera_feed_added (id: int ) Emitted when a CameraFeed is added (e.g. a webcam is plugged in). camera_feed_rem…
Published
06/07/2024
Enumerations enum FeedImage : FeedImage FEED_RGBA_IMAGE = 0 The RGBA camera image. FeedImage FEED_YCBCR_I…
Published
06/07/2024
Method Descriptions void add_feed (feed: CameraFeed ) Adds the camera feed to the camera server. Array [ …
Status
Last Update
Fields