How to implement SlowMotion and TimeLapse video recording using Camera API
问题 Is there any way to implement Slow Motion and Time Lapse recording using Camera API? I tried using MediaRecorder setting VideoFrameRate , VideoBitRate VideoCaptureRate but nothing work for me. I have successfully implemented using JNI but i found it is taking too much time and not optimized as well. If you find any other solution available please help me. 回答1: I solved it myself and i am sharing my working code piece , just using Camera API slow motion and timelapse are implemented Before