
Sharing my open-source OBSBOT Tiny 3 control app for Linux
Hi everyone,
I recently bought an OBSBOT Tiny 3 and really liked the camera, but as a Linux user I missed having a proper control app similar to OBSBOT Center.
So I built one and wanted to share it with the community:
GitHub: https://github.com/vampyren/obsbot4linux
It is called OBSBOT4Linux. It is an unofficial, community-built Linux control app for OBSBOT cameras, currently tested on my OBSBOT Tiny 3.
What it can do right now:
- Wake / Sleep / Center
- PTZ control with joystick-style hold-to-move and precise step nudges
- Zoom and FOV control
- AI tracking
- Face autofocus
- Gesture control toggle (has SDK limitation, it works but you do not see the nice detection inside the preview)
- Presets with save / recall / startup preset
- Image tuning: brightness, contrast, saturation, sharpness
- External preview through ffplay with selectable preview resolution
- Activity log showing the actual SDK return code for commands
- AppImage release for easier testing on Linux
It is built with Qt 6 / QML and uses the OBSBOT SDK. I have validated it on a real Tiny 3 running firmware 6.6.9.1.
A few important notes:
- This is not official and I am not affiliated with OBSBOT.
- Tiny 3 is the only model I have personally tested so far.
- Some controls are intentionally disabled if the SDK / camera does not clearly support them.
- Embedded in-app preview is planned next; right now preview opens externally.
- Feedback and testing on other OBSBOT models would be very welcome.
I attached a screenshot of the current UI. If anyone wants to try it, report bugs, request features, or contribute, feel free to open an issue or PR on GitHub.
Hope this helps other Linux users.