how to add 2nd camers with ha.io? Not using docker. #792
Answered
by
Minglarn
goulaobangzi
asked this question in
Ask A Question
-
Can't find a way to add another camera? The first one works great. |
Beta Was this translation helpful? Give feedback.
Answered by
Minglarn
Feb 13, 2021
Replies: 1 comment 3 replies
-
Mind if you share your config.yml (frigate.yml)? 'cameras: ENTREN############################# ############################# PARKERING############################# |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
goulaobangzi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mind if you share your config.yml (frigate.yml)?
Just add a extra camera under camera:
Se below...
'cameras:
#############################
ENTREN
#############################
frigate_entren:
ffmpeg:
inputs:
- path: >-
rtmp://192.168.1.58/bcs/channel0_main.bcs?channel=0...
roles:
- clips
- rtmp
#############################
PARKERING
#############################
frigate_parkering:
ffmpeg:
inputs:
- path: 'rtsp://[email protected]:88/videoMain'
roles:
- clips
- rtmp
...'