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.