Error "Failed to Setup" "snapshots" #979
-
|
Hi, i get the following error for all my cameras, when i setup all 4 of them Following is my config (passwords are cleared out logicaly) ffmpeg: Then add an object detectordarknet: You can also use motion detection#mog2: motion_detector:cameras:ccamera_1:fps: 1camera_2: # Attach detector to the configured camera_2 abovefps: 1To tie everything together we need to configure one more component.nvr: Now you can restart Viseron and you should be good to go!And following is my docker log 2025-04-16 16:22:09.275 [INFO ] [alembic.runtime.migration] - Context impl PostgresqlImpl. As i am still not very good at debugging help is needed... With just a 510A and the Duo3 it worked. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Can you edit the config so that the formatting is retained? |
Beta Was this translation helpful? Give feedback.
-
ffmpeg:
camera:
camera_1: # This value has to be unique across all cameras
name: Reolink_RCL510A_1
host: 192.168.178.11
port: 554
path: /h264Preview_01_main
username: Viseron
password: "Total Secure Password"
storage: # Store events for 14 days and 10gb of continuous recordings
recorder:
tiers:
- path: / # Video segments will be stored in the /segments directory
events:
max_age:
days: 14
continuous:
max_size:
gb: 100
camera_2: # This value has to be unique across all cameras
name: Reolink_RCL510A_2
host: 192.168.178.12
port: 554
path: /h264Preview_01_main
username: Viseron
password: "Total Secure Password"
storage: # Store events for 14 days and 10gb of continuous recordings
recorder:
tiers:
- path: / # Video segments will be stored in the /segments directory
events:
max_age:
days: 14
continuous:
max_size:
gb: 100
camera_3: # This value has to be unique across all cameras
name: Reolink_RCL510A_3
host: 192.168.178.13
port: 554
path: /h264Preview_01_main
username: Viseron
password: "Total Secure Password"
storage: # Store events for 14 days and 10gb of continuous recordings
recorder:
tiers:
- path: / # Video segments will be stored in the /segments directory
events:
max_age:
days: 14
continuous:
max_size:
gb: 100
camera_4: # This value has to be unique across all cameras
name: Reolink_Duo3_POE
host: 192.168.178.14
port: 554
path: /h264Preview_01_main
username: Viseron
password: "Total Secure Password"
storage: # Store events for 14 days and 10gb of continuous recordings
recorder:
tiers:
- path: / # Video segments will be stored in the /segments directory
events:
max_age:
days: 14
continuous:
max_size:
gb: 100
## Then add an object detector
#darknet:
# object_detector:
# cameras:
# camera_1: # Attach detector to the configured camera_1 above
# fps: 1
# scan_on_motion_only: false # Scan for objects even when there is no motion
# labels:
# - label: person
# confidence: 0.75
# trigger_event_recording: true
# camera_2: # Attach detector to the configured camera_2 above
# fps: 1
# labels:
# - label: person
# confidence: 0.75
# trigger_event_recording: true
## You can also use motion detection
#mog2:
# motion_detector:
# cameras:
# ccamera_1:
# fps: 1
# camera_2: # Attach detector to the configured camera_2 above
# fps: 1
## To tie everything together we need to configure one more component.
nvr:
camera_1: # Run NVR for camera_1
camera_2: # Run NVR for camera_2
camera_3: # Run NVR for camera_3
camera_4: # Run NVR for camera_4
# Now you can restart Viseron and you should be good to go! |
Beta Was this translation helpful? Give feedback.

Thats a bug, looking into it