In a rolling shutter camera (from a mobile device), if I have an application that is asking video-frames from the camera asynchronously, will I get the frames corresponding to the times when I ask for them or the ones corresponding to a fixed frame rate.
For example, if a camera works at 30fps (33ms between frames) and I ask frames one frame after 40ms and the next one 70ms later, will I get frames with t=40 and t =110 or frames with t=33 and t=99, dropping the t=66 frame?