godot-python icon indicating copy to clipboard operation
godot-python copied to clipboard

is it possible to extract what a godot camera node is seeing and pass that to numpy?

Open ghost opened this issue 4 years ago • 1 comments

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?

ghost avatar Oct 14 '21 12:10 ghost

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.

TheBricktop avatar Sep 04 '22 12:09 TheBricktop