w

webcam-capture-driver-ffmpeg-cli

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.
http://github.com/Harium/webcam-capture
MIT License
Yuri Pourre
文件下载
文件名 操作
webcam-capture-driver-ffmpeg-cli-0.3.12.jar 下载
webcam-capture-driver-ffmpeg-cli-0.3.12.pom 下载
webcam-capture-driver-ffmpeg-cli-0.3.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.harium</groupId>
  <artifactId>webcam-capture-driver-ffmpeg-cli</artifactId>
  <version>0.3.12</version>
</dependency>
Gradle Groovy
implementation 'com.harium:webcam-capture-driver-ffmpeg-cli:0.3.12'
Gradle Kotlin
implementation("com.harium:webcam-capture-driver-ffmpeg-cli:0.3.12")
Scala SBT
libraryDependencies += "com.harium" % "webcam-capture-driver-ffmpeg-cli" % "0.3.12"
Groovy Grape
@Grapes(
  @Grab(group='com.harium', module='webcam-capture-driver-ffmpeg-cli', version='0.3.12')
)
Apache Ivy
<dependency org="com.harium" name="webcam-capture-driver-ffmpeg-cli" rev="0.3.12" />
Leiningen
[com.harium/webcam-capture-driver-ffmpeg-cli "0.3.12"]
Apache Buildr
'com.harium:webcam-capture-driver-ffmpeg-cli:jar:0.3.12'