Webcam Capture - V4L4J Driver

Webcam Capture driver using V4L2 Java binding (V4L4J project) to grab frames from camera devices

License

License

MIT License
GroupId

GroupId

com.github.sarxos
ArtifactId

ArtifactId

webcam-capture-driver-v4l4j
Last Version

Last Version

0.3.12
Release Date

Release Date

Type

Type

jar
Description

Description

Webcam Capture - V4L4J Driver
Webcam Capture driver using V4L2 Java binding (V4L4J project) to grab frames from camera devices
Project Organization

Project Organization

Bartosz Firyn (SarXos)

Download webcam-capture-driver-v4l4j

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.sarxos : v4l4j jar 0.9.1-r507
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