Ok guys i have now got it installed and can log in and even find a camera. (had to set static ip i think in the camera) Now the cameras i have are hikvision 4k ones and for the love nor money understand how to edit the yml so i can see the high resolution for recording 24/7 or even when viewing in the frigate viewer. I appreciate your helps guys. When i got to config editor this is what i have. mqtt:
enabled: false
cameras:
name_of_your_camera: # <------ Name the camera
enabled: true
ffmpeg:
inputs:
- path: rtsp://viewer:
[email protected].***:554/streaming/channels/102 # <----- The stream you want to use for detection
roles:
- detect
- path: rtsp://viewer:
[email protected].***:554/streaming/channels/101
roles:
- record
detect:
enabled: false # <---- disable detection until you have a working camera feed
width: 3840
height: 2160
detect:
enabled: true
version: 0.16-0