I have a class setup that now gives me a preview on my surface view and allows me to record a video file. I would like to increase the FPS to create a slow motion video and decrease the FPS to create a time lapse video. I have tried using recorder.setVideoFrameRate() and ensured I call it in the right sequence but I just keep getting illegal state exceptions when ever I try to alter any settings on the recording.
Can anyone point me to a tutorial or an example on how to effectively control the settings for the camera?
Cheers.