
com.lti.civil.impl.qtjava.QTCaptureSystemFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lti-civil-no-swt Show documentation
Show all versions of lti-civil-no-swt Show documentation
LTI-CIVIL is a Java library for capturing images from a video
source such as a USB camera. It provides a simple API and does
not depend on or use JMF!
The newest version!
/*
* Created on May 27, 2005
*/
package com.lti.civil.impl.qtjava;
import com.lti.civil.CaptureException;
import com.lti.civil.CaptureSystem;
import com.lti.civil.CaptureSystemFactory;
/**
*
* @author Ken Larson
*/
public class QTCaptureSystemFactory implements CaptureSystemFactory
{
public CaptureSystem createCaptureSystem() throws CaptureException
{
return new QTCaptureSystem();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy