Overlay control for your camera
|
All checks were successful
Alpine build / Prepare (push) Successful in 10s
Alpine build / Build for armv7 (push) Successful in 5m48s
Alpine build / Build for aarch64 (push) Successful in 5m51s
Alpine build / Build for x86 (push) Successful in 3m22s
Alpine build / Build for x86_64 (push) Successful in 2m38s
Alpine build / Build for riscv64 (push) Successful in 6m7s
Alpine build / Upload (push) Successful in 1m2s
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org> |
||
|---|---|---|
| .forgejo/workflows | ||
| assets | ||
| data | ||
| package/alpine | ||
| po | ||
| src | ||
| subprojects | ||
| .gitignore | ||
| COPYING | ||
| io.gitlab.nekocwd.pipetap.json | ||
| meson.build | ||
| README.md | ||
PipeTap
Gtk4 + Vala PipeWire camera control overlay.
This thing is very WIP, report any bugs you found
THERE ARE A LOT OF HARDCODED VALUES! PLEASE USE MY LIBCAMERA FORK
PostmarketOS nightly testing:
- Add my nightly repo
- Install pipetap and libcamera
sudo apk add libcamera@nightly libcamera-ipa@nightly libcamera-tools@nightly pipetap@nightly
- Reboot
- Start PipeTap (tap to icon in app launcher)
- Start camera app (Snapshot/any other pipewire camera app)
How does it works?
I've modified libcamera to export brightness/focus controls.
Pipewire plugin for libcamera exporting this controls as camera node params.
PipeTap use generated bindings for WirePlumber GObject api to communicate with pipewire.
It listening to camera node state changes and opens overlay if cameta in active state.
It controls camera node parameters. It can't control v4l2 devices directly!!
