Journal

CCTV for Elderly: Camera Placement That Balances Safety Monitoring and Privacy Dignity

CCTV สำหรับผู้สูงอายุ: วางกล้องอย่างไรให้ได้ทั้งความปลอดภัยและความเป็นส่วนตัว

May 13, 2026 · 1 min read
CCTV for Elderly: Camera Placement That Balances Safety Monitoring and Privacy Dignity

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:

  1. Explain purpose: safety, not control
  2. Show exactly who can view footage (only specified family members)
  3. Demonstrate how to turn off cameras
  4. Let the elderly person turn off cameras themselves first and confirm they are actually off
  5. 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.

Questions & answers

Should cameras be installed in the elderly person’s bedroom?
Not recommended unless the elderly person specifically requests it. The bedroom is the highest-privacy space. Use a Bed Exit Sensor (FSR mat) and mmWave sensor instead for movement detection without any imaging.
What if the elderly person refuses to allow cameras?
Respect their decision and start with invisible sensors instead — mmWave, bed exit sensor, motion night lights — which provide safety without cameras. As trust develops, they may open up to cameras later.
Which camera brands offer good physical privacy shutters?
Aqara G3 Camera Hub (physical privacy shield), Xiaomi C300 (physical lens rotation for privacy), Logitech Circle View (HomeKit, built-in privacy shutter). All let elderly users see clearly that the camera is physically blocked.