LLSimpleCamera icon indicating copy to clipboard operation
LLSimpleCamera copied to clipboard

MultipleShot

Open filloz opened this issue 10 years ago • 1 comments

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. Now I would like add multiple shots but all that I have tried, doesn’t work. Have you got some advice to me ? Thank you very much Filippo

filloz avatar Feb 19 '15 16:02 filloz

The LLSimpleCamera:capture: function is freezing the screen:

[self.captureVideoPreviewLayer.connection setEnabled:NO]

and never unfreezing it. LLSimpleCamera probably needs a bool property that controls whether it should unfreeze the screen afterwards. Or maybe the onCapture callback could return a bool indicating if it wants to continue with more captures. Or maybe LLSimpleCamera should always unfreeze urge screen afterwards. Those are all the design choices.

I'm getting ready to add this functionality to my copy of the code. Not sure which route I will take.

markkrenek avatar Oct 07 '15 15:10 markkrenek