License |
License
MIT License
|
---|---|
Categories |
CategoriesJavaCV Business Logic Libraries Computer Vision |
GroupId | GroupIdcom.github.sarxos |
ArtifactId | ArtifactIdwebcam-capture-driver-javacv |
Last Version | Last Version0.3.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebcam Capture - JavaCV Driver
Webcam Capture driver using JavaCV binding for OpenCV
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.sarxos/webcam-capture-driver-javacv/ -->
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-javacv</artifactId>
<version>0.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sarxos/webcam-capture-driver-javacv/
implementation 'com.github.sarxos:webcam-capture-driver-javacv:0.3.11'
// https://jarcasting.com/artifacts/com.github.sarxos/webcam-capture-driver-javacv/
implementation ("com.github.sarxos:webcam-capture-driver-javacv:0.3.11")
'com.github.sarxos:webcam-capture-driver-javacv:jar:0.3.11'
<dependency org="com.github.sarxos" name="webcam-capture-driver-javacv" rev="0.3.11">
<artifact name="webcam-capture-driver-javacv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sarxos', module='webcam-capture-driver-javacv', version='0.3.11')
)
libraryDependencies += "com.github.sarxos" % "webcam-capture-driver-javacv" % "0.3.11"
[com.github.sarxos/webcam-capture-driver-javacv "0.3.11"]
Group / Artifact | Type | Version |
---|---|---|
com.github.sarxos : webcam-capture | jar | 0.3.11 |
org.bytedeco : javacv | jar | 1.0 |