Webcam Capture - FsWebcam Driver

This is one of the capture drivers which can be used by Webcam Capture API to fetch image from webcam device. This specific capture driver is using fswebcam command line tool by by Philip Heron to access the image.

License

License

MIT License
GroupId

GroupId

com.github.sarxos
ArtifactId

ArtifactId

webcam-capture-driver-fswebcam
Last Version

Last Version

0.3.12
Release Date

Release Date

Type

Type

jar
Description

Description

Webcam Capture - FsWebcam Driver
This is one of the capture drivers which can be used by Webcam Capture API to fetch image from webcam device. This specific capture driver is using fswebcam command line tool by by Philip Heron to access the image.
Project Organization

Project Organization

Bartosz Firyn (SarXos)

Download webcam-capture-driver-fswebcam

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.sarxos/webcam-capture-driver-fswebcam/ -->
<dependency>
    <groupId>com.github.sarxos</groupId>
    <artifactId>webcam-capture-driver-fswebcam</artifactId>
    <version>0.3.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sarxos/webcam-capture-driver-fswebcam/
implementation 'com.github.sarxos:webcam-capture-driver-fswebcam:0.3.12'
// https://jarcasting.com/artifacts/com.github.sarxos/webcam-capture-driver-fswebcam/
implementation ("com.github.sarxos:webcam-capture-driver-fswebcam:0.3.12")
'com.github.sarxos:webcam-capture-driver-fswebcam:jar:0.3.12'
<dependency org="com.github.sarxos" name="webcam-capture-driver-fswebcam" rev="0.3.12">
  <artifact name="webcam-capture-driver-fswebcam" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sarxos', module='webcam-capture-driver-fswebcam', version='0.3.12')
)
libraryDependencies += "com.github.sarxos" % "webcam-capture-driver-fswebcam" % "0.3.12"
[com.github.sarxos/webcam-capture-driver-fswebcam "0.3.12"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.sarxos : webcam-capture jar 0.3.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.12
0.3.11
0.3.10