All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lti.civil.webcam.staticimage.StaticJPEGServer Maven / Gradle / Ivy

package com.lti.civil.webcam.staticimage;

/**
 * 
 * @author Ken Larson
 *
 */
public class StaticJPEGServer
{

	public static void main(String[] list) throws Exception
	{
		new StaticJPEG_HTTPD(8090);

		while (true)
		{
			Thread.sleep(10000);
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy