W

WebcamCapture

BoofCV is an open source Java library for real-time computer vision and robotics applications.
http://boofcv.org
The Apache Software License, Version 2.0
Peter Abeles
Files download
File Operation
WebcamCapture-0.20.jar download
WebcamCapture-0.20.pom download
WebcamCapture-0.20-sources.jar download
Apache Maven
<dependency>
  <groupId>org.boofcv</groupId>
  <artifactId>WebcamCapture</artifactId>
  <version>0.20</version>
</dependency>
Gradle Groovy
implementation 'org.boofcv:WebcamCapture:0.20'
Gradle Kotlin
implementation("org.boofcv:WebcamCapture:0.20")
Scala SBT
libraryDependencies += "org.boofcv" % "WebcamCapture" % "0.20"
Groovy Grape
@Grapes(
  @Grab(group='org.boofcv', module='WebcamCapture', version='0.20')
)
Apache Ivy
<dependency org="org.boofcv" name="WebcamCapture" rev="0.20" />
Leiningen
[org.boofcv/WebcamCapture "0.20"]
Apache Buildr
'org.boofcv:WebcamCapture:jar:0.20'