From: Radu B. R. <ru...@cs...> - 2005-12-16 11:49:39
|
Hi Paul, I haven't really dealt with applets, but it should be pretty straightforward. After all, you need to instantiate an object of type CameraInterface, and then use the awt graphics to display the results in the applet image. The "installation" of javaclient is easy... just copy javaclient.jar or the classes provided with the source package and use them wherever you want. I was thinking that since you've already done enough work for Player/Stage, maybe you would like to contribute something for our Javaclient community as well. I am also thinking about talking to Brian and see if there is a way to actually "insert" Javaclient directly into P/S at some point. Or use SWIG to generate some basic functionality and then extend it with the stuff that we've already done. Best regards, Radu. -- | Radu Bogdan Rusu | http://rbrusu.com/ | http://www9.cs.tum.edu/people/rusu/ | Intelligent Autonomous Systems | Technische Universitaet Muenchen Paul Osmialowski wrote: > Hello Everyone! > I'm new here and I have two questions. > 1. I'd like to write an applet that shows image from subscribed Camera > device. This device will provide compressed (JPEG) image. What is the > best way to show this in my applet? I'd like to use standard awt widgets. > 2. Javaclient package does not provide any installation script. What > is the best way to perform system-wide installation? > > Cheers, > Paul |