Blink-free Photo Calculator
Calculate how many photos you need to take to guarantee a blink-free group photo. Based on blink rate probability and group size.
About
Group photography has a quantifiable enemy: the human blink reflex. The average adult blinks 15 - 20 times per minute, each blink occluding the eye for 150 - 400 ms. For a single subject and a typical shutter speed of 1/125 s (8 ms), the per-frame blink probability is low. But probability compounds multiplicatively across subjects. A group of 20 people has a roughly 75% chance of containing at least one blinker per frame. Without this calculation, photographers waste time and miss moments. This tool applies the binomial model: given n independent subjects, blink rate r, blink duration d, and exposure time t, it computes the exact number of frames required to achieve a target confidence of obtaining one fully blink-free image.
The model assumes statistical independence between blinkers. In practice, flash-induced blink synchronization or bright sunlight can increase correlated blinking. The calculator provides a lower bound. For outdoor shoots or flash photography, consider adding 2 - 3 extra frames. Pro tip: instruct subjects to close their eyes and open on the count of three. This resets the blink cycle and can reduce the effective blink rate by up to 40%.
Formulas
The probability of a single person blinking during one photo exposure:
where r = blink rate in blinks per minute, d = blink duration in seconds. The probability that a single person does NOT blink during one frame:
For n independent subjects, the probability that ALL eyes are open in one frame:
The probability that at least one person blinks:
To achieve a target confidence C (e.g., 99%) of getting at least one blink-free photo, we need N independent photos such that:
Solving for N:
where C = target confidence as a decimal (e.g., 0.99), n = number of people, r = blink rate (blinks/min), d = blink duration (s), and β β denotes the ceiling function.
Reference Data
| Group Size | Blink Probability per Frame | Photos for 90% Confidence | Photos for 99% Confidence | Typical Scenario |
|---|---|---|---|---|
| 1 | 3.0% | 1 | 2 | Headshot / Portrait |
| 2 | 5.9% | 1 | 2 | Couple photo |
| 4 | 11.5% | 2 | 4 | Small family |
| 6 | 16.7% | 3 | 5 | Extended family |
| 8 | 21.7% | 3 | 6 | Dinner party |
| 10 | 26.3% | 4 | 7 | Small team |
| 15 | 37.0% | 5 | 10 | Wedding party |
| 20 | 46.1% | 6 | 13 | Sports team |
| 25 | 53.9% | 7 | 15 | Classroom |
| 30 | 60.4% | 8 | 18 | Large class |
| 40 | 70.6% | 11 | 24 | Department group |
| 50 | 78.2% | 14 | 30 | Conference attendees |
| 75 | 89.3% | 22 | 43 | Wedding guests |
| 100 | 95.2% | 31 | 63 | School assembly |
| 150 | 99.0% | 50 | 100 | Large event |
| 200 | 99.7% | 70 | 140 | Corporate all-hands |