js.dev.cam.web.cli
Class JWebCamCli

java.lang.Object
  extended by js.dev.cam.web.cli.JWebCamCli

public class JWebCamCli
extends java.lang.Object

This is a very simple command line application which shows how to control the Logitech QuickCam Pro for Notebook web camera running as an Java server, i.e. through the JWebCamSrv server application. Use: java js.dev.cam.web.cli.JWebCamCli localhost // IP address. Examples: localhost, 192.168.1.10, etc 5000 // Server port number > 1024. Example: 5000, etc. FITS_YES // Save image in FITS format? Examples: FITS_YES, FITS_NO width // Image width in pixels height // Image height in pixels numOfExposures // Number of exposures. Examples: 1,2,3,... etc.

Author:
soldan

Constructor Summary
JWebCamCli()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JWebCamCli

public JWebCamCli()
Method Detail

main

public static void main(java.lang.String[] argv)