License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.github.sarxos |
ArtifactId | ArtifactIdwebcam-capture-driver-fswebcam |
Last Version | Last Version0.3.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebcam 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 |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.github.sarxos : webcam-capture | jar | 0.3.12 |