Skip to content

v1.30.3

Choose a tag to compare

@github-actions github-actions released this 10 Jun 15:47

What's Changed

  • fix(engine): honor "Motion Triggered" picture mode in the AI detection path by @Lion-killer in #49

Full Changelog: v1.30.2...v1.30.3

🚀 Release v1.30.3

📝 Summary

This patch release resolves a critical issue with the AI detection engine where the "Motion Triggered" snapshot configuration was not being respected, causing users with Passthrough recording to lose visibility into AI bounding boxes.

🛠️ Key Improvements

  • 🛡️ Engine: Fixed a bug where the AI path ignored the picture_recording_mode setting, always falling back to temporary snapshots. The AI engine now strictly honors the "Motion Triggered" setting, ensuring permanent snapshots are saved to the database with the AI bounding boxes clearly drawn.

🙌 Contributors

  • @Lion-killer: Identified and fixed the AI motion snapshot bug, restoring feature parity with the OpenCV path.