License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.github.sarxos |
ArtifactId | ArtifactIdwebcam-capture-driver-v4l4j |
Last Version | Last Version0.3.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebcam Capture - V4L4J Driver
Webcam Capture driver using V4L2 Java binding (V4L4J project) to grab frames from camera devices
|
Project Organization |
Project Organization |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.github.sarxos : v4l4j | jar | 0.9.1-r507 |
com.github.sarxos : webcam-capture | jar | 0.3.12 |