diff --git a/frigate/data_processing/post/review_descriptions.py b/frigate/data_processing/post/review_descriptions.py index 22674caf6..6703c6cd7 100644 --- a/frigate/data_processing/post/review_descriptions.py +++ b/frigate/data_processing/post/review_descriptions.py @@ -54,7 +54,9 @@ class ReviewDescriptionProcessor(PostProcessorApi): if ret: self.tracked_review_items[id].append((thumb_time, jpg.tobytes())) - if self.config.cameras[""].review.genai.debug_save_thumbnails: + if self.config.cameras[ + data["after"]["camera"] + ].review.genai.debug_save_thumbnails: id = data["after"]["id"] Path(os.path.join(CLIPS_DIR, f"genai-requests/{id}")).mkdir( parents=True, exist_ok=True