Turning capture off should be as reachable as turning it on
Aliases: turn capture off · symmetric switch · equally reachable
What it is
Turning capture on is often easy: walk up, plug in, “allow camera” in first-run. If turning it off means digging through system settings, an admin password, or a missing physical shutter, the switch is asymmetric. Symmetric means comparable discovery and execution cost, not two buttons drawn the same size. If capture cannot be stopped, even a persistent indicator only makes it clearer that one is being watched with no way to halt.
Why it happens
The product is motivated to keep capture on: gestures always ready, one less cold start. So the on path sits on the home surface and the off path is buried under “don’t turn it off by mistake.” For users, off is privacy and social control and needs the same immediacy as on—someone walked in, a meeting started, or they simply do not want a living-room camera staring. Asymmetry also trains destructive offs: pull power, tape the lens, uninstall the app, which make the next on harder and capture state less predictable. A physical shutter or hardware cut is the hardest symmetry: on and off are two positions of the same cover. A software-only switch must at least live on the same layer as on, and must not require a gesture to turn the camera off.
Studying it
Time separately: from the main task to turning capture on, and from the main task to turning it off. Compare steps, whether a password is needed, whether a gesture is required. Then, in a “guest at the door” script, watch how they actually turn it off (software, unplug, cover). Ask “do you think it is off” and check whether the stream really stopped. Evidence of asymmetry is median off time much longer than on, or off success rate much lower.
Where it stops holding
A public kiosk may not allow visitors to kill capture; symmetry of off belongs to an administrator, not to passers-by, and the chassis should say so. A child device may require a caregiver to turn it off; symmetry then holds on the caregiver side, but the child should still see state. OS permission dialogs sometimes implement off as “ask next time,” so users think it is off and the stream remains—a false off, worse than being buried. A security-camera product may forbid off by policy; change the category statement rather than fake a symmetric switch.
Applying it
- Put a capture-off control on the home surface with no more steps than on. The off action must not depend on a mid-air gesture.
- Off must stop the stream and extinguish the capture indicator. “Pause recognition but keep recording” is not off and needs another name.
- Accept with a “guest at the door, please stop” script: a successful software off passes; unplugging or tape counts as an asymmetric switch.
Related
- Same group: C4.29.1 Whether the sensor is currently capturing should have a persistent visible indicator, not only a cue at recognition time · C4.29.2 The capture indicator should be independent of recognition results and remain on even when no gesture is detected · C4.29.3 Without capture-state visibility, users cannot tell whether silence means not capturing or not recognizing
- Adjacent: C4.30 Bystanders and third parties · C4.28 Necessity of non-gesture paths
- Search:
camera off·privacy shutter·symmetric control
Cards in the same group
- C4.29.1Whether the sensor is currently capturing should have a persistent visible indicator, not only a cue at recognition time
- C4.29.2The capture indicator should be independent of recognition results and remain on even when no gesture is detected
- C4.29.3Without capture-state visibility, users cannot tell whether silence means not capturing or not recognizing