From 3d32ee09224ad8166a0482e57f4670ba0c9e77b5 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 4 Jun 2026 21:24:19 -0300 Subject: [PATCH] docs(lesavka): document camera codec force override --- docs/operational-env.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/operational-env.md b/docs/operational-env.md index 5da010a..12e7af9 100644 --- a/docs/operational-env.md +++ b/docs/operational-env.md @@ -40,6 +40,7 @@ from `LESAVKA_CLIENT_PKI_SSH_SOURCE` over SSH. Runtime clients require the insta | `LESAVKA_CAM_ALLOW_PROFILE_OVERRIDE` | lab-only override that lets launcher camera width/height/fps env values beat the server-negotiated UVC profile | | `LESAVKA_CAM_BY_ID_DIR` | client media capture/playback override | | `LESAVKA_CAM_CODEC` | client media capture/playback override | +| `LESAVKA_CAM_CODEC_FORCE` | lab/debug override that lets `LESAVKA_CAM_CODEC` replace the server-negotiated camera codec; leave unset for normal sessions so the client stays aligned with the active UVC contract | | `LESAVKA_CAM_DEV_ROOT` | client media capture/playback override | | `LESAVKA_CAM_DISABLE` | client media capture/playback override | | `LESAVKA_CAM_FORMAT` | client media capture/playback override |