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

com.github.sarxos.webcam.WebcamEventType 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;

public enum WebcamEventType {

	OPEN,

	CLOSED,

	DISPOSED,

	NEW_IMAGE,

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy