diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-05-05 16:13:55 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-05-05 16:13:55 +0530 |
commit | 36c09e2d4d7ca45d47906f38adf9d370a2d5db94 (patch) | |
tree | 2a6a2fd34a6fd93e4abe4b2af4f67ab85d4a087a /README.md | |
parent | f2d823d4693e6fba30a339a11996ab5fbc6c56d0 (diff) |
README: fixed formatting error/closed code block
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -119,7 +119,7 @@ The command **libcamera-jpeg** will capture a still image using the camera modul <img src="media/test.jpg" alt="Test image of capy" width="300" height="225"> -**Test image taken by Raspberry Pi Camera Module** +**Test image taken by Raspberry Pi Camera Module** (Click on it for full-size) ## 5. Testing the Face-Recognition Application @@ -133,6 +133,7 @@ git clone https://github.com/justsaumit/opencv-face-recognition 2. Change to the opencv-face-detection directory. ``` bash cd opencv-face-detection +``` 3. Change to the face-detection sub-directory. ``` bash |