diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-05-07 17:19:03 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-05-07 17:55:32 +0530 |
commit | 3603654ef00245e9631e89a775f242235ddae001 (patch) | |
tree | 923cf13d5b53306439f4f9ecf96c01d6a0629b34 | |
parent | 6abf0a23b61b1893643176c428dc37775f772e57 (diff) |
README: CamTest works
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | media/camtest.png | bin | 0 -> 1772313 bytes |
2 files changed, 5 insertions, 2 deletions
@@ -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. diff --git a/media/camtest.png b/media/camtest.png Binary files differnew file mode 100644 index 0000000..c2985f4 --- /dev/null +++ b/media/camtest.png |