So we can detect some objects and so on with VisionImageProcessor
like this
imageProcessor.processImageProxy(imageProxy, graphicOverlay)
and it shows results on GraphicOverlay
view which we can add to Activity/Fragment
But how can I get the result in Bitmap instead for example so I could save it to an image file (png/jpg) or a video file? Basically blend Camera frame with image result from VisionImageProcessor
and save it to image/video file