From 344d4b7845f66f306e559b488d29c7cbb5ec5dfa Mon Sep 17 00:00:00 2001 From: mikkeli Date: Thu, 6 Aug 2026 09:25:02 +0900 Subject: [PATCH] Update README for systemd deployment with live-tested FPS data --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a390e36..3a7995e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Raspberry Pi 5. ## Quick start ```bash -# Ensure the v4l2 Python bindings are installed +# Install the V4L2 Python bindings sudo apt install -y python3-v4l2 # Run directly @@ -22,7 +22,7 @@ The app runs natively on the Pi via a systemd unit. ### Install ```bash -# Install the v4l2 Python bindings +# Install the V4L2 Python bindings sudo apt install -y python3-v4l2 # Copy the service unit