Hi Carlos,

I d like to read images from a real camera like sony for example and put
them in a 3D object like a texture.

In addition to the other suggestions, I've had good results using cameras that support a streaming web interface, and using the OSG ffmpeg plugin to connect to that stream's URL. After a few bug fixes which were submitted to recent OSG versions, I could even use the osgmovie example to do this easily, i.e.:

    osgmovie -e ffmpeg --interactive <url>.ffmpeg

If this kind of thing works for you, you can then look at the code of the osgmovie example and do the same in your software.

Hope this helps.

J-S
--
______________________________________________________
Jean-Sebastien Guay    jean-sebastien.g...@cm-labs.com
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to