Compare commits

..
2 Commits
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -36,7 +36,6 @@ Frigate processes are named using a module-based naming scheme. Common module na
- `frigate.output` - Output processing
- `frigate.audio_manager` - Audio 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:
@@ -1604,7 +1604,8 @@ function ObjectDetailsTab({
{config?.cameras[search?.camera].audio_transcription.enabled &&
search?.label == "speech" &&
search?.end_time && (
search?.end_time &&
search?.has_clip && (
<Tooltip>
<TooltipTrigger asChild>
<button