From 53c5639f92350637bf0128f3156a5c1b6284165d Mon Sep 17 00:00:00 2001 From: klemek Date: Mon, 11 May 2026 07:28:38 +0200 Subject: [PATCH] docs: small linux dev/video help --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 70a3118..2176c42 100644 --- a/README.md +++ b/README.md @@ -490,3 +490,7 @@ The code is available in the default project [default/inc_yuyv.glsl](./default/i The sentences are defined in [default/inc_sentences.glsl](./default/inc_sentences.glsl). The script [scripts/sentences.py](./scripts/sentences.py) can help you update them. + +### My video device keeps changing ID each time it's unplugged + +You should [bind your device to a fixed interface](https://linuxvox.com/blog/linux-bind-camera-to-fixed-devvideo/).