Game Development Community

Displayinf a webcam

by valie · in Hardware Issues · 10/29/2007 (2:12 pm) · 4 replies

Is there someone to tell me if it's possible in torque engine 1.5.2 to display a webcam in my world ??? : my own webcam from my computer AND a webcam from the web....
Thank you

#1
10/29/2007 (2:26 pm)
You would have to integrate a webcam SDK into Torque. The difficulty depends on 1) the webcam SDK, 2) your programming finesse in C++, and 3) knowledge of Torque.
#2
10/30/2007 (12:34 pm)
Do you know where can I find a webcam SDK ??? thanks for your reply
#3
10/31/2007 (6:34 am)
I'm not sure. I haven't done any Webcam development. I'd recommend searching sourceforge and google for webcam SDK to see if you can find a good, well-supported one that is not simply for a single camera.
#4
10/31/2007 (8:17 am)
Ok thank you for your reply ...