LLSimpleCamera icon indicating copy to clipboard operation
LLSimpleCamera copied to clipboard

A simple, customizable camera control - video recorder for iOS.

Results 64 LLSimpleCamera issues
Sort by recently updated
recently updated
newest added

Hello i found this repo and i was looking for something like this i try it to add it to my swift project and installed the pod but when i...

I just started using the framework and I noticed that soundcloud's music stops playing. I tried using this line of code that I searched for all over Google and Stackoverflow...

When I'm using LLSimpleCamera for recording videos, once I pressed on recording button and then I pressed it again to stop the video. But can't stop recording. I think >...

Hello, great code and App, easy to understand and to make changes. I just added a selfie flash to your code and works grate for me, i can help you...

- (void)attachToViewController:(UIViewController *)vc withFrame:(CGRect)frame { [vc.view addSubview:self.view]; [vc addChildViewController:self]; [self didMoveToParentViewController:vc]; vc.view.frame = frame; } this function set preview frame . but last row is set ParentVC.view frame

Is there is any way to show auto focus on Camera for photo?

Hello, Your camera sample is really helpful. and you have used that orientation classes for fixing images, but when we have checked that it is having multiple issue and than...

Example: ![img_0964](https://cloud.githubusercontent.com/assets/1711479/15729548/26c7f006-281a-11e6-8580-c3325c83561c.PNG) Doesn't happen when taking the photo itself.

When I open camera using this library, it shows the preview a little zoomed by default as opposed to the default camera app. Also the quality isn’t the same. Any...