0

I'm working on a camera application where you can take a pic and save it. now im finished but realizied that the ImageReader-class is much to slow for my requirements.

Is there another opportuniy to take the pic without an ImageReader?

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
  • you can use **Picasso**, a third party library to load images. you can read more about it https://github.com/codepath/android_guides/wiki/Displaying-Images-with-the-Picasso-Library – Ömer Sep 18 '19 at 11:49
  • i dont need to load pictures, i want to render the datas on a surface –  Sep 18 '19 at 13:45
  • [Documentation](https://developer.android.com/reference/android/hardware/camera2/CameraDevice.html#createCaptureSession(java.util.List%3Candroid.view.Surface%3E,%20android.hardware.camera2.CameraCaptureSession.StateCallback,%20android.os.Handler)) has a pretty good description of the options you have. – esentsov Sep 18 '19 at 14:40

0 Answers0