0

I would like to capture image from back camera automatically(camera has to capture a image automatically without pressing the capture button after wait for 1 sec),when I click button in my android project.After this capture, front camera has to start and like to capture image automatically as like back camera.I was searched over internet but didn't get any better solution for implementing this technique in my project.So anyone please help me to achieve this technique.

Manoj
  • 3,947
  • 9
  • 46
  • 84
  • http://stackoverflow.com/questions/11419940/using-both-front-and-back-cameras-simultaneously-android?rq=1 – captaindroid May 23 '14 at 10:44
  • that is for capturing a video.not for image capture. – Manoj May 23 '14 at 10:56
  • Image or video doesn't matter here, I guess your hardware have to support this feature. You have to release the connected camera object to be accessed by another. `unlock() / open()` gives you only one camera at a time. – captaindroid May 23 '14 at 11:25
  • I won't use both camera at the same time.once i take image from backcamera and then i would like to open front camera for capture. – Manoj May 23 '14 at 11:30
  • http://stackoverflow.com/questions/23785236/capture-photo-from-both-front-and-back-camera-simultaneously/23788095?noredirect=1 – Nazar Merza May 23 '14 at 18:40
  • @ Nazar Merza I referred this link,here they are using camera App for capturing a image.my question is capturing a image automatically from camera app without clicking capture button is possible? – Manoj May 27 '14 at 06:25

0 Answers0