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

com.github.sarxos.webcam.util.Initializable Maven / Gradle / Ivy

Go to download

This library allows you to use your PC webcam, IP or network cameras directly from Java. It's compatible with most operating systems (Windows, Linux, MacOS).

The newest version!
package com.github.sarxos.webcam.util;

public interface Initializable {

	void initialize();

	void teardown();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy