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

@omergul123 When using the back camera(both image and video) it gets mirrored.. Can you take a look at this? This is my LLSimpleCamera.m file from Pod: http://pastebin.com/ytZk2Ti6

Added a flag to use device orientation on capture. My app currently doesn't support rotation, but I needed the device orientation only on capture, to fix image rotation later. Plus,...

Could you make this swift compatible aswell?

Hello, I am Using some overlays that are on a scrollView ontop of the camera view. (Like snapchat where you have camera controls then can scroll up to see other...

If I take a picture in a darkened room, and enable the flash, the image displayed doesn't have the flash (see the first screen shot), however the image is capture...

Please add zooming option for better experience on video recording

Hi Omer, I found your contact thanks to cocoacontrol.com, using your pod “LLSimpleCamera”. This pod is very useful for me because it is very simple and I added exposure controls....

Without this there is no way to hide/show the flash button at launch, because the flash disponibility is not correct yet (as the videocapturedevice is not set).

Hello there, In LLSimpleCamera.h, self.interfaceOrientation is deprecated. Does changing it from self.interfaceOrientation to [[UIApplication sharedApplication].statusBarOrientation]; works? [stackoverflow thread](http://stackoverflow.com/a/30082974) for more detail. _Just for your info, I am currently testing out...