Skip to content

Commit

Permalink
docs: fix raspistill example
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Dec 23, 2019
1 parent 26e9ab0 commit 320f7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sudo systemctl stop clever
Получите картинку с камеры утилитой `raspistill`:

```bash
raspistill -o test-image.jpg
raspistill -o test.jpg
```

Если команда завершается с ошибкой, проверьте качество подключения шлейфа камеры к Raspberry Pi или замените его.
Expand Down

0 comments on commit 320f7a4

Please sign in to comment.