Panda3D
webcamVideoDS.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

Go to the source code of this file.

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
jyelon
Date
2007-11-01

It goes against Panda3D coding style conventions to hide an entire class in a C++ file and not expose it through header files at all. However, in this case, these classes are so full of OS-specific junk that I feel it is better to hide them entirely. - Josh

This code was created by studying and adapting the VDOGRAB library by Shu-Kai Yang and the videoInput library by Theodore Watson. We owe both of them a great deal of thanks for figuring all this out. Both of their libraries have informal licenses (the "do whatever you want and don't blame me" sort), so I think there's not a problem using their code.

Definition in file webcamVideoDS.cxx.