mitchtabian / TabianCustomCamera

Custom camera for android using camera2 api (DEPRECATED)
152 stars 66 forks source link

Crashes when you change the camera view away from you and take a picture. #3

Closed marc-lassiter closed 5 years ago

marc-lassiter commented 5 years ago

Crashes when you change the camera view away from you and take a picture.

marc-lassiter commented 5 years ago

This is the error I get: Fatal signal 6 (SIGABRT), code -6 in tid 17341 (glide-source-th)

marc-lassiter commented 5 years ago

Comment out the line: bitmap.recycle(); And it will be fixed!