Assign different detectors to specific cameras #4954
leccelecce
started this conversation in
Ideas
Replies: 2 comments
-
(It goes without saying I could run multiple Frigate instances, given your excellent code for the app itself runs pretty lightweight, but I'd love to keep everything in one if possible) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not currently possible, definitely something that I think will be possible in the future |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use case: I have some cameras for security purposes, some for presence detection, and some for wildlife.
I would like to use the default frigate model for the first purpose, potentially a custom model for the second, and another for the third.
From reading the docs, I can see the option on a CPU detector to specify a custom model, so I assume I can configure multiple detectors with different models. But the docs and config appear to suggest I can't then say cam1, cam2, cam3 uses cpu1, cam4 uses cpu2, cam5 uses gpu1
When using multiple detectors they will run in dedicated processes, but pull from a common queue of detection requests from across all cameras.
Is this possible? I'm running 0.12-beta1
Beta Was this translation helpful? Give feedback.
All reactions