How to implement SlowMotion and TimeLapse video recording using Camera API

Viewed 7250

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 Answers
Related