From 320f7a43ceaade3838f57a7a139b0c50b000d094 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 23 Dec 2019 18:11:01 +0300 Subject: [PATCH] docs: fix raspistill example --- docs/en/camera.md | 2 +- docs/ru/camera.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/camera.md b/docs/en/camera.md index b609e46bf..5ef116254 100644 --- a/docs/en/camera.md +++ b/docs/en/camera.md @@ -29,7 +29,7 @@ sudo systemctl stop clever Then use `raspistill` to capture an image from the camera: ```bash -raspistill -o test-image.jpeg +raspistill -o test.jpg ``` If it doesn't work, check the camera cable connections and the cable itself. Replace the cable if it is damaged. Also, make sure the camera screws don't touch any components on the camera board. diff --git a/docs/ru/camera.md b/docs/ru/camera.md index 0a80ee9af..a7d0c7888 100644 --- a/docs/ru/camera.md +++ b/docs/ru/camera.md @@ -31,7 +31,7 @@ sudo systemctl stop clever Получите картинку с камеры утилитой `raspistill`: ```bash -raspistill -o test-image.jpg +raspistill -o test.jpg ``` Если команда завершается с ошибкой, проверьте качество подключения шлейфа камеры к Raspberry Pi или замените его.