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

Upon calling the camera in my app, which worked find prior to Xcode 8 upgrade, when running simulator, I get this error: EXC_BAD_ACCESS (code=1, address=0x50) `- (void)attachToViewController:(UIViewController *)vc withFrame:(CGRect)frame` It...

I am using version 4.1. `self.camera.startRecordingWithOutputUrl(outputURL)` syntax working fine. When I upgraded to version 5.0.0, the error coming as `Missing argument for parameter 'didRecord' in call` at this line. ->...

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...

Could you please add functions like enableTorch: and properties like videoCaptureDevice to public interface to have ability to enable / disable torch and make other customizations that currently are hidden...

Even though I do not use the video mode of LLSimpleCamera, app submission on iOS 10 requires me to add this key. I know this is not a killer, and...

Your camera is simple and useful , thanks first. As the title said, my preview frame is 1:1, but capture photo and video is device aspect ratio.

Zoom from code using scaleToFactor function. Function accepts values from 0.0 tot 1.0.

Can you add a recording limit?

It would be great if someone can port this to Android as well.

Is there any way to effect the aspect ratio of the photo? I find that the photos show up at the same aspect ratio as the entire screen, rather than...