Author: darksightdarksight Date: Jun 27, 2008 02:24
On 22 Jun, 23:45, RMZ gmail.com> wrote:
> I was looking at some sample code QuickTime programming in Java that
> makes use of:
> net.java.games.jogl
> This library seems to be depreciated by the newer version of jogl.
> Does anyone know if this is true? Also does anyone know if there is a
> updated version of LiveCam.java or some other sample code that shows
> how to preview video from the cam in Java using QuickTime?
> Thanks
I have imports like,...
import javax.media.opengl.*;
import javax.media.opengl.glu.*;
import com.sun.opengl.util.*;
import com.sun.opengl.util.texture.*;
import com.sun.opengl.util.j2d.*;
I don't know about LiveCam.java
|