LLSimpleCamera
LLSimpleCamera copied to clipboard
MultipleShot
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
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.