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

com.github.sarxos.webcam.WebcamDriver Maven / Gradle / Ivy

package com.github.sarxos.webcam;

import java.util.List;


/**
 * This is interface for all webcam drivers.
 * 
 * @author Bartosz Firyn (SarXos)
 */
public interface WebcamDriver {

	/**
	 * Return all registered webcam devices.
	 * 
	 * @return List of webcam devices
	 */
	public List getDevices();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy