This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1cf573f44de045ee73fd938fbf2bdccc0e31b7bb
godot
/
modules
/
camera
History
erodozer
5dc4ac2bb2
linux: respect order of device list when enumerating camera feeds
2025-04-24 17:00:15 -04:00
..
buffer_decoder.cpp
…
buffer_decoder.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
camera_feed_linux.cpp
…
camera_feed_linux.h
Add and require
GDSOFTCLASS
for
Object
subclasses that want to cast but do not use
GDCLASS
.
2025-03-31 20:49:50 +02:00
camera_linux.cpp
linux: respect order of device list when enumerating camera feeds
2025-04-24 17:00:15 -04:00
camera_linux.h
Deactivate the
CameraServer
by default.
2025-03-21 07:58:57 +01:00
camera_macos.h
Add and require
GDSOFTCLASS
for
Object
subclasses that want to cast but do not use
GDCLASS
.
2025-03-31 20:49:50 +02:00
camera_macos.mm
Add and require
GDSOFTCLASS
for
Object
subclasses that want to cast but do not use
GDCLASS
.
2025-03-31 20:49:50 +02:00
camera_win.cpp
…
camera_win.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
config.py
…
register_types.cpp
…
register_types.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
SCsub
…