Home | History | Annotate | Download | only in camera

Lines Matching refs:exp_time

4125         if(focusDistances.exp_time <= 0) // avoid zero-divide problem
4126 focusDistances.exp_time = 0.01668; // expoure time will be 1/60 s
4128 uint16_t temp2 = (uint16_t)(focusDistances.exp_time * 100000);