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.21.jar download
WebcamCapture-0.21.pom download
WebcamCapture-0.21-sources.jar download
Apache Maven
<dependency>
  <groupId>org.boofcv</groupId>
  <artifactId>WebcamCapture</artifactId>
  <version>0.21</version>
</dependency>
Gradle Groovy
implementation 'org.boofcv:WebcamCapture:0.21'
Gradle Kotlin
implementation("org.boofcv:WebcamCapture:0.21")
Scala SBT
libraryDependencies += "org.boofcv" % "WebcamCapture" % "0.21"
Groovy Grape
@Grapes(
  @Grab(group='org.boofcv', module='WebcamCapture', version='0.21')
)
Apache Ivy
<dependency org="org.boofcv" name="WebcamCapture" rev="0.21" />
Leiningen
[org.boofcv/WebcamCapture "0.21"]
Apache Buildr
'org.boofcv:WebcamCapture:jar:0.21'