Always-on sensors meet always-moving people, so every motion is candidate input
Aliases: always-on sensing · candidate input stream · no clutch · continuous capture
What it is
Mid-air input has no clutch. Once a depth camera, infrared array, or skeleton tracker is on, it reports motion in view every frame. While a person is moving, every frame is candidate input. A mouse can travel with the button up; a finger off the glass produces no contact; gaze has its own physiology of fixations and saccades. Mid-air walking-swing, speech-beat, cuff-adjust, and a deliberate wave are the same kind of time series to the sensor. That is the Midas touch: everything touched turns to gold; everything seen or moved can turn into a command.
Why it happens
Contact devices split aiming from firing with a physical clutch. The cursor may sweep icons with the button up; a finger off the screen is not a touch. Mid-air sensing cannot do that at the physical layer. The sensor's job is to write motion as coordinates; it has no channel labelled “this frame is chat.” If the recognizer classifies every frame, any trajectory near the vocabulary emits an event. People move while talking, walking, and waiting, so the candidate stream does not stop because nobody “meant to interact.” Gaze Midas touch comes from using looking—already perception—as selection. The mid-air version comes from using living motion as commands. Same structure, different channel.
Studying it
Split the session into “explicitly issuing commands” and “doing something else inside the sensing range,” and count events in each. The second slice is where the candidate stream shows: talk, search a bag, take a phone call, turn to a neighbour, and log how many gesture events the system emits. Independent variables include whether sensing auto-starts on entering the field of view, whether an explicit clutch exists, and vocabulary size; the dependent measure is idle-period false-event rate and the gap from a false event to the next intentional command. Collecting only “please wave now” clips turns the candidate stream off and misses the problem.
Where it stops holding
A wearable with a button or touch strip as clutch physically cuts the candidate stream, and the mechanism pauses. A very narrow field of view—the hand must enter a small box—makes entry itself almost a contact. The stream also stops in the dark when infrared dies, or when the person walks out of range, but that is sensing failure, not a design solution to continuous capture. Several bodies in frame enlarge the stream; who owns the motion is a further decision.
Applying it
- Do not treat “a hand appeared in view” as the start of interaction. Write down which motions are not input, and check in idle footage whether those motions still emit events.
- Record ten minutes in a living room, lobby, or desk when nobody intends to operate; count gesture events. That baseline decides shipping more honestly than recognition rate in a demo.
- Put speech-beats, hair-adjusts, and pointing-at-someone on the regression list, not only canonical vocabulary clips.
Related
- Same group: C4.02.2 False triggering is structural, not an optimizable defect · C4.02.3 Raising thresholds cannot replace explicit engagement · C4.02.4 Engagement and disengagement need user-executable conditions
- Adjacent: C8.03 Midas touch in eye input · C4.15 Conditions for entering engagement
- Search:
Midas touch·always-on sensing·candidate input