• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to keep the image still after capturing through camera in android

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

I have created an application which does the following:
1.Preview
2.Capture Image
3.Save Image
4.Still the image
5.Preview Again

I have written the following code to do the above things:


From the above code I am able to perform steps 1, 2, 3 and 5 but not step 4. How to do this? Can you provide me any code or any idea?

My application is creating the camera from the scratch rather than using the inbuilt camera API. But it should behave like an original camera that means, it must still the image and when the back button is pressed, it should again come back to the preview.

I am not able to still the image after capturing the picture. Please help me! How to do that?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic