From d40f0704add98f9ad293eee06f7a3d6bca863070 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 1 Jul 2025 17:03:43 +0100 Subject: [PATCH] add Virtual Camera section to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b7fb38d..977735c 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,14 @@ meld-cli clip save meld-cli screenshot take ``` +#### Virtual Camera + +- toggle: Toggle the virtual camera on or off + +```console +meld-cli virtualcam toggle +``` + ## Special Thanks - Meld team for providing the [WebChannel API](https://github.com/MeldStudio/streamdeck/blob/main/WebChannelAPI.md) on which this CLI depends.