Fix stallDurations metadata buffer, add web=true, rebuild provider

- Increase camera metadata buffer from 2048 to 4096 bytes to prevent
  silent truncation of stallDurations (required by Android 16)
- Add web=true to module.prop for KernelSU WebUI detection
- Rebuilt virtual_camera_provider with buffer fix
- Updated WebUI JS with improved status display
- Bump version to 3.1
This commit is contained in:
2026-05-14 20:23:36 +02:00
parent ef0d17680f
commit 0e399ce02f
7 changed files with 70 additions and 29 deletions
+4 -3
View File
@@ -1,6 +1,7 @@
id=virtualcam
name=Virtual Camera (RTSP/MP4)
version=3.0
versionCode=3
version=3.1
versionCode=4
author=sisyphus
description=Replaces Pixel 9A cameras with virtual cameras backed by v4l2loopback. Feeds RTSP stream or MP4 video. FULL hardware level with 25+ metadata entries, FPS ranges, AE/AWB/AF modes, stabilization. WebUI for configuration. AOSP-built AIDL HAL3 provider.
description=Virtual Camera HAL3 - replaces Pixel 9A cameras with v4l2loopback backed virtual cameras. FULL hardware level, complete metadata. RTSP/MP4 feed. WebUI.
web=true