I have question about wait time during Illumination crosstalk measurement.
According to datasheet, the wait time should be as follow:
Wait time = 5 * (2 << tau) frames,
where tau = Log2(1024 / (1 + NUM_AVG_SUB_FRAMES)).
I've calculated the wait time, when NUM_AVG_SUB_FRAMES = 255, the wait time is 1.28 secs.
And here is the question.
The datasheet says wait for 5τ frames, is 5τ frames a precise value? or it is an at least?
Can I wait for 6τ frames or 7τ frames?
Thanks in advance.