How to assign substream only to group view, but main stream in single camera view mode? #21500
Replies: 2 comments 9 replies
-
|
Based on the available documentation, camera groups use the first entry in your live:
streams:
main: camera1
sub: camera1_subSince cameras:
camera1:
live:
streams:
sub: camera1_sub
main: camera1This way, the camera group will default to the substream (first entry), but you can still manually select the main stream when viewing individual cameras using the gear icon(1). The default "All Cameras" dashboard always uses the first entry in your Apply this reordering to all cameras in your group to have consistent substream display in the grid view while maintaining access to main streams in single camera mode. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
I'm still having an issue, I've changed the sequence of the "sub" and "main" under live: streams: and it appears the main stream is still being used. What's more is that I just saw motion and it definitely wasn't 5 fps as indicated in the config file for the substream. Is there something else to try? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
Hi guys,
I've been trying to get frigate down to the behaviors and setup that I want but I'm starting to doubt it supports what I'm looking for.
I've got 10 cameras configured, using go2rtc, with substreams and mainstreams configured for each one. I've created a group of all cameras with continuous monitoring. However on the group view screen (where all the cameras in the group are shown in a grid) is using the main stream where I want them all to show the substream. when I select a camera and it opens in a screen which shows only that single camera, I can use the gear icon to select which stream (main or sub) to show on that screen, however this seems to have no effect on the grid summary page. Is there some way to assign substream only to the grid of grouped cameras that I'm missing?
I presume I could create 10 additional cameras with the substream URLs as the main stream and assign them to a group, but that seems kludgey and wrong, and also would make the config file more difficult to follow while doubling the number of camera configurations. A simple feature to assign which stream to use for the grid summary page of a group of cameras seems to make way more sense, and I'm wondering if I'm just missing it somehow.
Thanks for any help.
R
Version
0.16-0
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Proxmox
Install method
Proxmox via Docker
docker-compose file or Docker CLI command
Object Detector
Other
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions