RuView
WiFi-based AI pose detection and vitals monitoring — no cameras
The Panel's Take
RuView is a WiFi sensing platform that uses ESP32 hardware and a stack of AI models — spiking neural networks, graph neural networks, and temporal convolutional networks — to detect human presence, estimate 17-point body pose, and monitor vitals like breathing rate and heart rate. All of this happens without any cameras, through walls, in complete darkness, using only WiFi Channel State Information (CSI). The system achieves 92.9% PCK@20 accuracy for pose estimation and runs on ~$9 of ESP32-S3 hardware, with a Python backend handling the heavier model inference. It can track multiple people simultaneously, detect falls, and monitor respiratory rates in real time. MIT licensed and fully open source. Camera-free sensing that works through walls at $9 in hardware is a genuine privacy-preserving alternative to video surveillance for use cases like elder care monitoring, security, and occupancy sensing. The limitation is that it still requires a Python inference server for the heavier models — the ESP32 handles data capture and lightweight preprocessing only.
Share this verdict
RuView verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/ruview-wifi-csi-ai-pose-estimation-vitals-no-camera-esp32-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare RuView with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/ruview-wifi-csi-ai-pose-estimation-vitals-no-camera-esp32-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/ruview-wifi-csi-ai-pose-estimation-vitals-no-camera-esp32-2026" alt="RuView Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/ruview-wifi-csi-ai-pose-estimation-vitals-no-camera-esp32-2026)<iframe src="https://shiporskip.io/embed/ruview-wifi-csi-ai-pose-estimation-vitals-no-camera-esp32-2026" title="RuView ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“ESP32 at $9 for the capture layer with Python handling inference is a sensible hardware/software split. The multi-person tracking and fall detection make this immediately deployable for elder care or smart building occupancy. I'd want to see benchmark numbers across different home layouts and WiFi router brands before shipping it in a product, but the architecture is sound.”
“92.9% PCK@20 sounds impressive until you realize PCK@20 is a fairly lenient threshold — this is demo-quality, not production-quality pose estimation. RF-based sensing is notoriously environment-specific; move the router six inches and retrain. The 'through walls' framing also raises real privacy concerns: this can monitor people without their knowledge or consent.”
“Camera-free sensing is foundational infrastructure for a world where AI monitors physical spaces without the privacy baggage of video. Elder care, physical rehabilitation, smart home automation — all of these become viable in privacy-sensitive contexts once you remove the camera. At $9 per node, mass deployment is economically possible for the first time.”
“Body pose tracking without cameras opens creative possibilities that were previously gated by camera placement and lighting — interactive installations that work in the dark, through partitions, or in spaces where cameras aren't appropriate. The human presence detection alone is useful for responsive environments that need to know when people enter a space without watching them.”