I'm using cwac-camera library to take pictures in my app.
I've written my own CameraHost class which overrides useSingleShotMode method so it returns true.
public boolean useSingleShotMode() {
return true;
}
It works great on Samgung Galaxy Tab 2 but, although that S3 and S4 are listed as tested devices, I can't seem to make it freeze the preview after taking the picture. It keeps "updating" the preview window.
Is it possible to be a bug? Does anybody knows if there's a workaround to solve this?
I'm using the international versions of S3 (GT-I9300) and S4 (GT-I9500)