You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small problem I don't know if anyone else is experiencing this, but when I try to record a video using front camera the frame of the result/output video size differs from the frame given, also the completion of the stopRecording function doesn't get called which is the even bigger problem
[self.camera stopRecording:^(LLSimpleCamera *camera, NSURL *outputFileUrl, NSError *error) {
NSLog(@"here");
}];
Anyone has any idea what's wrong here?
Thank you
The text was updated successfully, but these errors were encountered:
I have also same problem.. when i start recording video using front camera it will change the size of preview in AVExportsession. Please fixed it asap.
Hello,
I have a small problem I don't know if anyone else is experiencing this, but when I try to record a video using front camera the frame of the result/output video size differs from the frame given, also the completion of the stopRecording function doesn't get called which is the even bigger problem
[self.camera stopRecording:^(LLSimpleCamera *camera, NSURL *outputFileUrl, NSError *error) {
NSLog(@"here");
}];
Anyone has any idea what's wrong here?
Thank you
The text was updated successfully, but these errors were encountered: