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 или замените его.