JakeWharton / Telecine

Record full-resolution video on your Android devices.
Apache License 2.0
2.47k stars 460 forks source link

Frame rate/performance documentation/configuration #179

Open qubodup opened 6 years ago

qubodup commented 6 years ago

Video recordings seem to be time-delayed and static images seem be get skipped.

Video: https://youtu.be/dEhQs6B4WCE

Device: Samsung Galaxy S5 neo SM-G903F Android: 6.0.1

By the way: is there a way to know at what frame rate the output is recorded and is reducing recording resolution supposed to allow a higher frame rate? It doesn't seem to in my case.

NightlyNexus commented 6 years ago

You can set a breakpoint around here to see what the frame rate is.

It might be worth using CamcorderProfile.get(QUALITY_HIGH_SPEED_HIGH) instead of CamcorderProfile.get(QUALITY_HIGH). https://developer.android.com/reference/android/media/CamcorderProfile.html#QUALITY_HIGH_SPEED_HIGH