Skip to content

Commit 338a4a9

Browse files
authored
Update index.md
1 parent afb5698 commit 338a4a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/wiki/service/camera-control

content/wiki/service/camera-control/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ contributors: ["caitken-com", "crxporter", "itsj4y", "Shaquu"]
1919

2020
Cameras require an extra install of FFmpeg for video processing. If you are on a system with `apt` (Raspberry Pi, Ubuntu, Debian, etc.) you can use the FFmpeg install script which is maintained by a couple of our users and designed for NRCHKB. This script is documented [here](https://github.com/marcus-j-davies/nrchkb-ffmpeg-build) and can be run at any time using this one-line terminal command, then following the prompts:
2121

22-
```
22+
```bash
2323
bash <(curl -sL https://raw.githubusercontent.com/marcus-j-davies/nrchkb-ffmpeg-build/main/nrchkb-ffmpeg-build.sh)
2424
```
2525

@@ -58,7 +58,7 @@ Step **one**: use `raspi-config` to enable the camera interface on the pi
5858

5959
Step **two**: install FFmpeg using our script:
6060

61-
```
61+
```bash
6262
bash <(curl -sL https://raw.githubusercontent.com/marcus-j-davies/nrchkb-ffmpeg-build/main/nrchkb-ffmpeg-build.sh)
6363
```
6464

0 commit comments

Comments
 (0)