Relative Content

Tag Archive for androidimagecanvasgraphicsbitmap

Android drawText on canvas not always working

I want to capture camera imageProxy and save as jpg file with something drawn. My application capture from imageAnalyzer in thread and then execute drawText and compress bitmap to JPG File in other thread. MyApplication based on below repository