# Start OBS Flatpak in tray and with the virtual cam enabled Launch OBS with the following options added to enabled the virtual cam by default and minimize it to the tray: ```bash flatpak run com.obsproject.Studio --startvirtualcam --minimize-to-tray ``` Or as a startup command: ```bash /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=obs com.obsproject.Studio --startvirtualcam --minimize-to-tray ``` --- ## Related - **previous** [[Entrypoint]] - **see** [[OBS]] for the Open Broadcaster Studio software ## Sources - **references** [OBS Knowledge Base](https://obsproject.com/kb/virtual-camera-guide) for the virtual cam documentation ## Usage - **used in** none --- ## Changelog - [[2026-06-07]]: Initial creation