summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
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.
+
+<img src="media/camtest.png" alt="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.