LLSimpleCamera
LLSimpleCamera copied to clipboard
Close a session & start another one leads to display the last state for every shoot
Hi guys great library & easy to use thank you 👍
The problem appear when close the camera session & restart another one, when trying to capture a photo the last state of the previous camera session will appear every capture shoot for a while before display the captured photo
You can replicate the problem by add [camera stop] to the existing sample in viewWillDisappear
-(void)viewWillDisappear:(BOOL)animated{
[super viewWillDisappear:animated];
[self.camera stop];
}
How to solve & thanks in advance :)
Ahhh yeah had this same issue
same issue
Version 4.2.0 worked correctly. I installed 4.2.0 instead of 5.0.0.
Same issue on 5.0.0 :(
I fixed it by commenting
- (void)stop { [self.session stopRunning]; // self.session = nil; }
on LLSimpleCamera.m