mirror of
https://github.com/This-null/flexcam.git
synced 2026-09-03 07:53:51 +08:00
Android (Kotlin/CameraX) MJPEG server + Python desktop app (pywebview UI) feeding OBS Virtual Camera. Hybrid USB/WiFi with auto-connect and failover, front/back switch, auto-rotate, foreground service, tray, Discord rich presence, 10 languages, and a prebuilt APK.
17 lines
325 B
Kotlin
17 lines
325 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "flexcam"
|
|
include(":app")
|