feat: add universal thermal camera input plugin#2479
Open
Wanbogang wants to merge 1 commit intoOpenMind:mainfrom
Open
feat: add universal thermal camera input plugin#2479Wanbogang wants to merge 1 commit intoOpenMind:mainfrom
Wanbogang wants to merge 1 commit intoOpenMind:mainfrom
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
0e07a36 to
df4a77e
Compare
- Support 5 hardware backends: MLX90640, AMG8833, USB, serial, mock - Detect human presence (34-39°C) and fire/heat alerts (>60°C) - Cooldown logic to suppress repeated LLM alerts - Optional imports pattern for hardware libraries - 68 tests, 97% coverage - Add thermal_camera.json5 example config - Add Thermal Camera to docs/developing/4_inputs.md fix: use callable mock for time.time in cooldown tests
df4a77e to
2dabf90
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a universal thermal camera input plugin for OM1 that reads IR sensor
data and converts temperature arrays into natural language context for the LLM. #365
Supported Hardware
Features
Files Changed
src/inputs/plugins/thermal_camera_input.py— plugin implementationtests/inputs/plugins/test_thermal_camera_input.py— 68 tests, 97% coverageconfig/thermal_camera.json5— example config for security patrol use casedocs/developing/4_inputs.md— added Thermal Camera to examples list