mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 15:05:26 +03:00
Compare commits
No commits in common. "9525113dc8d406ed29793b4f405c989372651b53" and "6a28b616cb77739a0c1a6242616ed69f30eccf97" have entirely different histories.
9525113dc8
...
6a28b616cb
@ -36,6 +36,7 @@ Frigate processes are named using a module-based naming scheme. Common module na
|
|||||||
- `frigate.output` - Output processing
|
- `frigate.output` - Output processing
|
||||||
- `frigate.audio_manager` - Audio processing
|
- `frigate.audio_manager` - Audio processing
|
||||||
- `frigate.embeddings` - Embeddings processing
|
- `frigate.embeddings` - Embeddings processing
|
||||||
|
- `frigate.embeddings_manager` - Embeddings manager
|
||||||
|
|
||||||
You can also specify the full process name (including camera-specific identifiers) if you want to profile a specific camera:
|
You can also specify the full process name (including camera-specific identifiers) if you want to profile a specific camera:
|
||||||
|
|
||||||
|
|||||||
@ -1604,8 +1604,7 @@ function ObjectDetailsTab({
|
|||||||
|
|
||||||
{config?.cameras[search?.camera].audio_transcription.enabled &&
|
{config?.cameras[search?.camera].audio_transcription.enabled &&
|
||||||
search?.label == "speech" &&
|
search?.label == "speech" &&
|
||||||
search?.end_time &&
|
search?.end_time && (
|
||||||
search?.has_clip && (
|
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
<TooltipTrigger asChild>
|
<TooltipTrigger asChild>
|
||||||
<button
|
<button
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user