[Config Support]: Adding friendly name to camera results in KeyError #19178
Describe the problem you are havingI would like to add a friendlier name to my cameras. I see the field "name" is in the schema, although I can't find any documentation for it. When I add the name it gives a KeyError when loading. Is "name" supported? if so, how to use it? Version0.15.0-6cb5cfb Frigate config filecameras:
reolink_street:
# name: "Street"
enabled: true
....
camera_groups:
Reolink Duo 3:
order: 1
icon: LuWebcam
cameras:
- reolink_street
- reolink_garageRelevant Frigate log outputfrigate | 2025-07-17 01:46:51.894293770 Traceback (most recent call last):
frigate | 2025-07-17 01:46:51.894295753 File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
frigate | 2025-07-17 01:46:51.894296410 return _run_code(code, main_globals, None,
frigate | 2025-07-17 01:46:51.894296957 File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
frigate | 2025-07-17 01:46:51.894299596 exec(code, run_globals)
frigate | 2025-07-17 01:46:51.894300130 File "/opt/frigate/frigate/__main__.py", line 64, in <module>
frigate | 2025-07-17 01:46:51.894307064 main()
frigate | 2025-07-17 01:46:51.894307634 File "/opt/frigate/frigate/__main__.py", line 60, in main
frigate | 2025-07-17 01:46:51.894308345 FrigateApp(config).start()
frigate | 2025-07-17 01:46:51.894308789 File "/opt/frigate/frigate/app.py", line 609, in start
frigate | 2025-07-17 01:46:51.894309306 self.start_camera_processors()
frigate | 2025-07-17 01:46:51.894309807 File "/opt/frigate/frigate/app.py", line 421, in start_camera_processors
frigate | 2025-07-17 01:46:51.894319692 self.region_grids[name],
frigate | 2025-07-17 01:46:51.894320226 KeyError: 'reolink_street'Relevant go2rtc log outputN/AFrigate statsNo response Operating systemDebian Install methodDocker Compose docker-compose file or Docker CLI commandN/AObject DetectorCoral Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Answered by
hawkeye217
Jul 17, 2025
Replies: 2 comments 7 replies
|
Name is an internal field that is set, and can't be set directly. If you want the camera to be named street why not just call it that? |
6 replies
Answer selected by
gogglespisano
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

There is a related open feature request that would allow a "friendly name" to be set for cameras. Feel free to leave a thumbs up on it here: #17236
But as @NickM-27 suggested, you could just set up the name as
Streetfor now, eg: