Skip to content

Commit

Permalink
move check-cameras.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robmarkcole committed Jul 23, 2019
1 parent 4d45ccd commit 81dcf0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ camera:
## Listing cameras
If your laptop has a built-in webcam this will generally be listed as `VIDEO_SOURCE = 0`. If you plug in an external USB webcam this takes precedence over the inbuilt webcam, with the external camera becoming `VIDEO_SOURCE = 0` and the built-in webcam becoming `VIDEO_SOURCE = 1`. To check which cameras are detected run:
```
$ (venv) python3 check-cameras.py
$ (venv) python3 scripts/check-cameras.py
```
Alternatively you can pass a string to an MJPEG/RTSP stream, For example `"rtsp://admin:[email protected]:554/11" `
Expand Down
File renamed without changes.

0 comments on commit 81dcf0d

Please sign in to comment.