Download webcam-capture-0.3.12.jar file - Jar w

Jar examples for w:webcam-capture

Description

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).

You can download jar file webcam-capture 0.3.12 in this page.

License

MIT License

Build File

You can use the following script to add webcam-capture-0.3.12.jar to your project.

<dependency>
   <groupId>com.github.sarxos</groupId>
   <artifactId>webcam-capture</artifactId>
   <version>0.3.12</version>
</dependency>
compile group: 'com.github.sarxos', name: 'webcam-capture', version: '0.3.12'
libraryDependencies += "com.github.sarxos" % "webcam-capture" % "0.3.12"
<dependency org="com.github.sarxos" name="webcam-capture" rev="0.3.12"/>
@Grapes(@Grab(group='com.github.sarxos', module='webcam-capture', version='0.3.12'))
'com.github.sarxos:webcam-capture:jar:0.3.12'

Download

Click the following link to download the jar file.

webcam-capture-0.3.12-javadoc.jar
webcam-capture-0.3.12-sources.jar
webcam-capture-0.3.12.jar
webcam-capture-0.3.12.pom



Related Tutorials