Hello ppl, I have question, I bought an IP camera, and I want to display the camera's view on my own GUI. but the IP camera built for web server, how should bring it to my own GUI. I have some javascript source but i dont know how to bring it in to java to display in my GUI. could you please help me with this problem
here is ther source code of javascript
it is possible to convert to java. could you please eamil me the code in java. Thanks
regard
Baalan
here is ther source code of javascript
Code:
<APPLET name="CVCS" CODEBASE ="http://192.168.1.125:80/" CODE="xplug.class" WIDTH=320 HEIGHT=240> <param name ="RemotePort" value=8481> <param name ="Timeout" value =5000> <param name ="RotateAngle" value=0> <param name ="PreviewFrameTate" value=2> <param name ="DeviceSerialNo" value=""> </APPLET>
regard
Baalan
Comment