I'm trying to record screen of the video with options set to 0 (no audio or camera recording, just the screen). I'm only getting 10 FPS....why is this? Am I missing a setting or option that allows at least 30 fps? This is how I'm starting recording:
[[CRRecorder sharedRecorder] setOptions:0];
[[CRRecorder sharedRecorder] start:nil];
I'm trying to record screen of the video with options set to 0 (no audio or camera recording, just the screen). I'm only getting 10 FPS....why is this? Am I missing a setting or option that allows at least 30 fps? This is how I'm starting recording: