Detecting with MLX90640 Python Script #6
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
packaging
question
ui
voice
waiting user input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm trying to detect people with MLX90640 with a Python script, however the error I believe is happening is that the temporary '/tmp/frame.jpg' is not being replaced with a new snapshot so I'm just getting the same reading of negative over and over again. This code runs fine when used as a cronjob within Platypush, just as a standalone Python script it doesn't seem to refresh the temporary frame.