-
Notifications
You must be signed in to change notification settings - Fork 2
02. Manage cameras
Ludovic edited this page Oct 11, 2024
·
10 revisions
- Use the
Add camera
button to add a new camera. - Specify camera
Name
. - Specify camera device (e.g.
/dev/video0
) or network camera URL (e.g.http://...
orrtsp://...
). - Choose camera resolution and frame rate.
- Specify credentials if the stream is protected by a login and password (be sure to check the Notes section below).
- Choose to enable motion detection or not. This will generate a new motion configuration file for this camera.
- Add camera.
Notes:
- If you specify authentication credentials for a camera, be aware that they will be stored in clear text in the motion-UI database and will be used to authenticate using the HTTP Authorization (Basic) header.
- Use the
Configure
button to show the EDIT CAMERA panel. - From here you can change camera global settings, change the rotation of the image, etc...
You can also edit the motion detection raw settings for the camera. Be sure that you know what you are doing, you can check out the official motion documentation for more informations on each parameter: Motion documentation
- Use the
Configure
button to show the EDIT CAMERA panel. - Use the
Delete
button to delete the camera.