Camcorder video to Texture

Hello,

Is anyone has ever tried to capture the video frame buffer from the phone camera, and draw this into a texture?

I don’t know how to start for this test…



Thanks for your help.

Well if you can get the camera as a image it is posible, you basically just need to write the data then into one jme texture that you set as a material for something.

You can have a look at this app http://code.google.com/p/colladaviewer/ for an example



It grabs pictures from the cam and displays them on a quad in ortho mode as background

for a collada model