Skip to content

Commit

Permalink
Update doc to mention install of ffmpeg
Browse files Browse the repository at this point in the history
I ran through this setup this morning and was able to get howdy working. I just wanted to update the doc to include a mention of the need to install ffmpeg. When I originally tried to run ffplay I got an error saying that I should try installing ffmpeg first. Hope it helps, thanks!
  • Loading branch information
mattmcgiv committed Nov 14, 2021
1 parent 5288264 commit 08fc67f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/setup-face-recognition.md
Expand Up @@ -98,6 +98,12 @@ ffplay /dev/INPUT

Replace `INPUT` with results you had from previous command.

Note: you may need to install `ffmpeg` before you are able to use the `ffplay` command. Install `ffmpeg` like this:

```bash
sudo apt install ffmpeg
```

#### Configuring Howdy to use webcam you want

Once you find a webcam you want to use for Howdy, type in:
Expand Down

0 comments on commit 08fc67f

Please sign in to comment.