blonsky95 / TimeStopperAndroid

0 stars 0 forks source link

Add video info - fps and error #34

Closed blonsky95 closed 3 years ago

blonsky95 commented 3 years ago

[11:13, 09/11/2020] Sgt Potatoe: Attach a timing info un video info button which when pressed says: fps and error threshold [11:16, 09/11/2020] Sgt Potatoe: Check what the next frame jump is, right now 60 fps is doing 0.018 instead of 0.016666 and 30 fos does 0.035 instead of 0.03333

blonsky95 commented 3 years ago

ok the frame jump has been tested - apparently the 0.035 was 29fps, and the actual frame time was 0.344 but because of ceiling rounding it went up to 0.035. I changed it to round so there is less error with ceiling.

Look at how to change UI to display fps

blonsky95 commented 3 years ago

nah just added it to guide under timing controls