is not current version
Last Version 0.3.12

com.github.sarxos:webcam-capture 0.3.3

Use your webcam directly from Java

GroupId

GroupId

com.github.sarxos
ArtifactId

ArtifactId

webcam-capture
Version

Version

0.3.3
Type

Type

jar

Download webcam-capture 0.3.3


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