2021-08-22

This commit is contained in:
2021-08-22 19:40:28 +09:00
parent a51bd5e574
commit 1a6ee1f972
7 changed files with 176 additions and 2 deletions

14
webcam/build.gradle.kts Normal file
View File

@@ -0,0 +1,14 @@
/*
* Examples for Java
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
plugins {
id("elex-java")
}
dependencies {
implementation("com.github.sarxos:webcam-capture:0.3.12")
}