Virtual Webcam in Irrlicht?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
OverlordOutpost
Posts: 5
Joined: Thu Sep 30, 2010 12:55 pm

Virtual Webcam in Irrlicht?

Post by OverlordOutpost »

Is there a way I can use the Irrlicht camera as a virtual webcam, or otherwise stream Irrlicht's visual output over something such as Skype?
Sylence
Posts: 725
Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:

Post by Sylence »

Of course...
"Just" write a driver for a "webcam" that doesn't grab its input from a physical webcam but from Irrlicht's render output.

Since all the major chat programs work with almost every webcam there has to be some common interface that needs to implemented to make your virtual cam work with them -> google.
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
Post Reply