3
$\begingroup$

I need to load a 4 channel numpy array to the gl image buffer so I can swap it out using the bge texture module.

More generally I've installed opencv in blender and would like to display the results of a cv operation in the render window. I can send the results of "texture.ImageRender(scene, camera)" to a numpy array and use them in opencv but I currently have to view the results in a separate cv pop-up window.

Anyone have any experience with this because I'm not having much luck with the documentation.

$\endgroup$
1

1 Answer 1

1
$\begingroup$

Limitations in the API prevent bge.texture.ImageBuff from accepting outside arrays even if they match the flat structure of regular bge arrays.

$\endgroup$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.