Replies: 1 comment
-
|
With a single ESP32-S3 you get: Works well: Presence detection, motion detection, breathing rate (stationary, ~1-2m), fall detection Limited: Pose estimation needs 3+ nodes; person counting unreliable with 1 node The classification switching PRESENT_MOVING/PRESENT_STILL/ABSENT is correct — that is the on-device presence detector working. To get pose estimation, add 2 more nodes (~$18 total) and set up a TDM mesh. Update to v0.4.3.1 for latest fixes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using only one ESP32-S3 DevKiC to evaluate the project. From the http://localhost:3000/ui/index.html, seem the 'Live Demo' and 'Sensing' all not expected. For 'Live Human Pose Detection', it always shows 2 persons, in fact, only 1 person there. For 'Sensing', the classifction always switches in 'PRESENT_MOVING', ‘PRESENT_STILL’, ‘ABSENT’.
So, I'm wondering if the ESP32 mesh is neccessary for all fuctions? and Is this project really deployable and usable in a production environment?
Beta Was this translation helpful? Give feedback.
All reactions