I've implemented CameraKit in my app and works great, the only problem I had was while recording videos of 30 seconds, more or less, the output video file lasts between 11 and 14 seconds. Any idea why? Sorry for any mistakes in my english.
Thanks in advance.
This is because
initMediaRecorder() in Camera1.java sets a max file size of 50000 bytes. I'm not sure why it's there, I just removed it.
Are you using the latest version? No limitations are set on the mediarecorder anymore.
Latest is 0.9.17
Thanks for replying! I was using an older version, 0.9.15. Now it records without limitations as @dwillmc said.
Most helpful comment
Are you using the latest version? No limitations are set on the mediarecorder anymore.
Latest is
0.9.17