Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webcam setup doc tweak #269

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ You'll also need to add `--device /dev/video0:/dev/video0` to your `docker run`,
If you map a video device _other_ than `/dev/video0`, you will additionally need to set an environment variable for `CAMERA_DEV` to match the mapped device mapping.

Make sure you use the following internal configuration (Settings » Webcam & Timelapse):
- Path to FFMPEG: `/usr/bin/ffmpeg`

Additionally, also use the following plugin configuration (Settings » Classic Webcam):
- Stream URL: `/webcam/?action=stream`
- Snapshot URL: `http://localhost:8080/?action=snapshot`
- Path to FFMPEG: `/usr/bin/ffmpeg`

URLs for reaching the camera from outside the container are:

Expand Down
Loading