godot-python
godot-python copied to clipboard
is it possible to extract what a godot camera node is seeing and pass that to numpy?
i have a project that effectively uses godot as a 3d environment, but i need to pass the camera into numpy for use with the fakecam library, is that possible?
From what ive read there is an option to pass the image to the python by uisng byte arrays and then use whatever lib you want.