danielebogo / DBCamera

DBCamera is a simple custom camera with AVFoundation
MIT License
1.26k stars 261 forks source link

Consecutive pictures from Camera. #116

Open thelordy opened 9 years ago

thelordy commented 9 years ago

Hi Daniele,

I would like to take several,consecutive pictures from the Camera ( and save them directly on the Library folder ) without leaving the "camera view". I tried to save them but only one pictures is saved and the camera view is blocked.

Could you please help me?

Robyn1 commented 9 years ago

Hi, I am trying to do the same.What i like to do is something like the vsco cam.When you press the camera button it automatically save the images in my personal library,without leaving the camera view.I did try a lot but without any success. Did you manage to resolve this @thelordy ? Thanks

danielebogo commented 9 years ago

Hi guys, you could restart the session inside the camera:didFinishWithImage:withMetadata: method, using something like this: [[(DBCameraViewController *)cameraViewController cameraManager] startRunning];

patelmayank commented 9 years ago

@danielebogo could you please clarify exactly what to do take for this issue ?[[(DBCameraViewController *)cameraViewController cameraManager] startRunning]; not working for me , because i have same requirement like this, and it was such a great library,Excellent work !! i tried a lot but not working for me @Robyn1 @thelordy you guys have done this task ? @danielebogo https://developer.apple.com/library/ios/samplecode/AVCam/Introduction/Intro.html it should be like this

rajendersha commented 8 years ago

Try this- [cameraController.cameraManager.captureSession startRunning];