Get image from Blender's viewport to variable in Python script

91 views Asked by At

Good day, I need to receive the current image from the viewport in a Python script and write it to a frame variable for opencv in real time.

I found ways to save images simply as jpg files, but this is not suitable for me due to the low speed

0

There are 0 answers