mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 15:05:26 +03:00
Compare commits
2 Commits
6a28b616cb
...
9525113dc8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9525113dc8 | ||
|
|
ad62ad93b3 |
@ -36,7 +36,6 @@ 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,7 +1604,8 @@ 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