Question about Jogl
  Home FAQ Contact Sign in
comp.lang.java.3d only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.java.3d Profile…
 Up
Question about Jogl         


Author: RMZ
Date: Jun 22, 2008 15:45

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
2 Comments
Re: Question about Jogl         


Author: darksight
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
no comments
Re: Question about Jogl         


Author: Miss Elaine Eos
Date: Jul 7, 2008 08:25

In article
<4d65a5a2-85b0-488b-87d7-0c122805f8e5@d77g2000hsb.googlegroups.com>,
darksight@unforgettable.com wrote:
> 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
Show full article (1.48Kb)
no comments