views:

153

answers:

0

I have a Sony SNCCS11 webcam that I am trying to view the video stream for on my web page. I was able to use the applet that the camera itself uses for a simple view, but I can't find any documentation on the java applet itself to determine what parameters are valid (for actions such as changing the background color).

Has anyone worked with this camera/applet? Have you found documentation or discovered parameters that work?? Here is the basic applet code, showing name of the class/applet.

<applet codebase="camera_ip/program/" 
    code="javaviewer.Viewer.class"
    archive="SonySncCs1011View.jar" 
    name="viewer"
    width="640" height="480">
</applet>

Any and all help is appreciated.