When creating a custom bordered text with his rectangle paint bounding box on an image view, not all the frames are processed. Therefore, it would be cool to either:
(1) Increase the capture frame rate and display more images on the previewImageView OR
(2) Use Graphics Overlay directly on the camera preview
Normally, the second option would be better since all the work would be overlayed on the camera preview instead of setting a new bitmap to the previewImageView all the time. Overlaying the preview will for sure make the app look better in terms of real timeness.
When creating a custom bordered text with his rectangle paint bounding box on an image view, not all the frames are processed. Therefore, it would be cool to either:
Normally, the second option would be better since all the work would be overlayed on the camera preview instead of setting a new bitmap to the previewImageView all the time. Overlaying the preview will for sure make the app look better in terms of real timeness.