Compare commits

...

2 Commits

Author SHA1 Message Date
Josh Hawkins
9525113dc8 only show transcribe button if audio event has video 2025-12-25 15:45:23 -06:00
Josh Hawkins
ad62ad93b3 remove incorrect embeddings process from memray docs 2025-12-25 15:12:54 -06:00
2 changed files with 2 additions and 2 deletions

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:

View File

@ -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