The Tension Between Safety and Privacy for Elderly
Installing cameras for elderly care is a sensitive subject. Research shows:
- 73% of elderly consent to cameras when purpose is clearly explained
- 68% want to be able to turn cameras off themselves when they need privacy
- Trust decreases significantly if they discover they were being monitored without knowing
Key principle: cameras should be a tool for the elderly, not a surveillance tool directed at them.
Recommended Camera Positions: Common Areas Only
Should install:
- Corridors and stairs: detect falls, monitor movement after 1 AM
- Home entrance (exterior): identify visitors without the elderly having to walk to the door
- Living room (wide-angle): fall detection in the primary activity area
- Kitchen (high angle): verify stove is off
Should not install (without explicit agreement):
- Bedroom: only if the elderly person requests it due to personal fear
- Bathroom: use mmWave sensor instead — detects without imaging
- Any room the elderly person uses privately
Recommended Camera Types for Elderly Care
Xiaomi Camera C300 (~1,200-1,500 THB):
- 2K resolution, 110° field of view
- Physical Privacy Mode: rotate the lens cover to physically block it
- Connects to HA via Xiaomi integration
- Ideal for budget-conscious households
Reolink E1 Outdoor (~2,000-2,500 THB):
- IP65 water-resistant, suitable for steam-prone kitchen
- Person Detection distinguishes humans from animals
- RTSP stream connects directly to HA
Aqara G3 Camera Hub (~4,500-5,500 THB):
- Matter compatible, connects to Apple Home
- Physical privacy shield that visibly blocks camera
- Built-in Zigbee hub — reduces device count
Privacy Shield and Privacy Mode
Elderly users must always be able to close cameras themselves:
Hardware Privacy Shutter:
- Cameras with physical sliding shutter (e.g. Aqara G3)
- Elderly can physically see the camera is closed — not just a digital toggle
HA Scheduled Privacy Mode:
yaml
alias: "Elderly Privacy Mode - Night"
trigger:
- platform: time
at: "20:00:00"
action:
- service: camera.disable_motion_detection
target:
entity_id: camera.living_room
- service: notify.line
data:
message: "Living room camera disabled for the night."
Dedicated Privacy Button: a Zigbee button beside the sofa the elderly person can press immediately → all cameras off for 2 hours → family notified: "Mom requested privacy until 8 PM."
Obtaining Consent and Building Trust
Good consent process:
- Explain purpose: safety, not control
- Show exactly who can view footage (only specified family members)
- Demonstrate how to turn off cameras
- Let the elderly person turn off cameras themselves first and confirm they are actually off
- Review together every 3 months: still want the cameras? Is placement appropriate?
Summary: Cameras the Elderly Trust Are Cameras That Actually Work
Installing cameras without consent or privacy options damages family relationships. Cameras that the elderly person knows about and can control will receive their cooperation, making the entire care monitoring system more effective.
