From 3603654ef00245e9631e89a775f242235ddae001 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sun, 7 May 2023 17:19:03 +0530 Subject: README: CamTest works --- README.md | 7 +++++-- media/camtest.png | Bin 0 -> 1772313 bytes 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 media/camtest.png diff --git a/README.md b/README.md index d6b887d..9560e4f 100644 --- a/README.md +++ b/README.md @@ -160,12 +160,15 @@ sudo apt install -y python3-picamera2 ``` bash cd .. ``` - 8. Run the "CamTest.py" script. ``` bash python CamTest.py ``` -Once the script starts running, it will use the Camera Module to show the captured frames. +Once the script starts running, it will use the Camera Module to show the captured frames in BGR and Greyscale. + +Output of running CamTest.py script + +**Output of running CamTest.py script** 9. Press 'Esc' or 'q' to quit the script. Press Escape key or q to stop the script when you are done. diff --git a/media/camtest.png b/media/camtest.png new file mode 100644 index 0000000..c2985f4 Binary files /dev/null and b/media/camtest.png differ -- cgit v1.2.3