Hello, I am using CaptureRecord Framework. I need to record the complete screen which has Front Camera Recording going on and also the audio the user speaks with that camera recording.
I wrote code:
[[CRRecorder sharedRecorder] setAlbumName:@"Capture Record"];
[[CRRecorder sharedRecorder] setOptions:CRRecorderOptionUserCameraRecording|CRRecorderOptionUserAudioRecording|CRRecorderOptionTouchRecording];
But problem is that, when i use this code camera recording is not showing in AVCaptureVideoPreviewLayer.
And need to record audio with screen capture video separately, not with the camera video.
Also need only screen capture video.
Please help me.
Thanks in advance.
Hello, I am using CaptureRecord Framework. I need to record the complete screen which has Front Camera Recording going on and also the audio the user speaks with that camera recording.
I wrote code:
[[CRRecorder sharedRecorder] setAlbumName:@"Capture Record"];
[[CRRecorder sharedRecorder] setOptions:CRRecorderOptionUserCameraRecording|CRRecorderOptionUserAudioRecording|CRRecorderOptionTouchRecording];
But problem is that, when i use this code camera recording is not showing in AVCaptureVideoPreviewLayer.
And need to record audio with screen capture video separately, not with the camera video.
Also need only screen capture video.
Please help me.
Thanks in advance.