is not current version
Last Version 0.26

org.boofcv:WebcamCapture 0.24.1

BoofCV is an open source Java library for real-time computer vision and robotics applications.

Categories

Categories

BoofCV Business Logic Libraries Computer Vision
GroupId

GroupId

org.boofcv
ArtifactId

ArtifactId

WebcamCapture
Version

Version

0.24.1
Type

Type

jar

Download WebcamCapture 0.24.1


<!-- https://jarcasting.com/artifacts/org.boofcv/WebcamCapture/ -->
<dependency>
    <groupId>org.boofcv</groupId>
    <artifactId>WebcamCapture</artifactId>
    <version>0.24.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.boofcv/WebcamCapture/
implementation 'org.boofcv:WebcamCapture:0.24.1'
// https://jarcasting.com/artifacts/org.boofcv/WebcamCapture/
implementation ("org.boofcv:WebcamCapture:0.24.1")
'org.boofcv:WebcamCapture:jar:0.24.1'
<dependency org="org.boofcv" name="WebcamCapture" rev="0.24.1">
  <artifact name="WebcamCapture" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.boofcv', module='WebcamCapture', version='0.24.1')
)
libraryDependencies += "org.boofcv" % "WebcamCapture" % "0.24.1"
[org.boofcv/WebcamCapture "0.24.1"]