Re: Capture video to disk
Posted By:
David_Herron
Posted On:
Friday, July 19, 2002 10:04 PM
For using the ActiveX thing in Java, would JAWT be suitable? JAWT was new to 1.3 and is a way to connect a native graphics library into Java. What you do is create a Component subclass whose paint method is declared native, and the JAWT support arranges for this to work well in conjunction with the rest of Java. I don't know/remember enough about ActiveX to tell whether JAWT would work for you.
- David