Last Version

Webcam Capture - FFmpeg CLI Driver 0.3.12

Webcam Capture driver using ffmpeg CLI tool to grab frames from camera device into named pipe and decode them in Java. It also requires ffmpeg to be installed on the computer where image capturing will be running.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.harium
ArtifactId

ArtifactId

webcam-capture-driver-ffmpeg-cli
Version

Version

0.3.12
Type

Type

jar
Description

Description

Webcam Capture - FFmpeg CLI Driver
Webcam Capture driver using ffmpeg CLI tool to grab frames from camera device into named pipe and decode them in Java. It also requires ffmpeg to be installed on the computer where image capturing will be running.

Download webcam-capture-driver-ffmpeg-cli 0.3.12


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

Dependencies

compile (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.9
com.github.sarxos : webcam-capture jar 0.3.13-SNAPSHOT

Project Modules

There are no modules declared in this project.