I know I ask this befor, but I naver got a answer. So I was wounding if the webcam output, or could be put, into AVI file format? I wasnt sure on how to check or even try to put it into a file format other then just reading it and pasting the image it got onto a videotexture. Using WebcamVideo. My Goal is to FTP this for video chat
It’s not really a Panda question; Panda doesn’t deal with the webcam libraries, other than to take the video it supplies and put it on a texture for you. You’ll want to look into whether the webcam library that Panda uses (OpenCV) can do this, or you’ll need to find another webcam library that can.
There might well be a free library out there that already provides video chat services out-of-the-box which you can integrate. But whatever it is, it isn’t Panda.
David