Computer Vision in Healthcare
What cameras in patient rooms can see, what they cannot, and why the distinction matters.
The tasks that work
Clinical computer vision performs best on narrow, well-defined tasks:
- Fall detection and bed-exit prediction.
- Presence detection — is anyone in the room, is the patient alone.
- Hand-hygiene compliance at door and sink.
- Skin-color-aware vital-signs estimation (remote photoplethysmography).
- Restraint monitoring and suicide watch in behavioral units.
General "understanding" of a patient room remains far outside the current state of the art; programs that ask for it end up disappointed.
Sensor choices
| Sensor | Resolution / range | Privacy posture | Typical use |
|---|---|---|---|
| RGB camera | 1080p+ | Highest sensitivity — needs strong controls | Vital-signs estimation, dwell |
| IR / near-IR | 720p | Face still identifiable | Night observation |
| Depth (stereo / ToF) | 640×480 point cloud | Silhouettes only | Falls, bed exit |
| mmWave radar | Point cloud | No image at all | Presence, respiration |
| Thermal | 320×240 | Silhouettes | Perfusion, fever screening |
Privacy by design
The most-adopted systems process video locally, discard raw frames within seconds, and expose only event-level metadata to the network. Some use depth or radar sensors that never capture an identifiable image at all. Both approaches let the system function without a stored recording of the patient.
Design controls to look for:
- Physical shutter or a hardware disable button.
- Signage at the door and in the admission packet.
- Documented data-retention policy — raw frames should be measured in seconds, not days.
- Role-based access to any archived event clips, with audit logs.
Trust with patients
Signage, consent, and a clear off-switch matter more than model accuracy for adoption. Programs that treat the camera as clinical equipment — introduced by the nurse, explained during admission, easy to disable — tend to see minimal patient objection. Programs that install cameras silently do not.
Standards
- HIPAA Privacy Rule and NIST SP 800-66r2 — safeguards for identifiable video and audio.
- IEC 62304 — software lifecycle for the vision pipeline as a medical device.
- FDA 21 CFR Part 892 and Part 880 — imaging and general hospital device classifications.
- ISO/IEC 42001 — AI management system for governance.
References & further reading
- 1NIST SP 800-66r2 Implementing the HIPAA Security Rule
- 2FDA — Software as a Medical Device (SaMD)
- 3IEC 62304 Medical device software life cycle
- 4ISO/IEC 42001:2023 AI management system
Help us improve
Spotted something wrong, outdated, or unclear? Let the editors know.
Continue reading
Related guides
Artificial Intelligence
Edge AI in Hospitals
Why more inference is moving into the room itself, and what changes when it does.
11 min · Updated Jul 2026
Patient Safety
Fall Detection
Sensors, cameras, and the surprisingly hard problem of predicting a bed exit.
9 min · Updated Apr 2026
Privacy
Privacy in the Room
Beyond HIPAA: what patients notice, what regulators enforce, and what good practice looks like.
8 min · Updated May 2026