Actually I want to get video capture by camera of frame rate 30 from android device, but it changes according different devices. So How can I set or restrict video capture by camera to frame rate of 30. I've tried (MediaRecorder) recorder.setVideoFrameRate(30), but it doesn't make any changes in capturing video..
Thank a lot in advance...!!:-)