I am capturing an image with a webcam and using a canvas to highlight parts of the image, I am doing this by placing the Canvas in front of it. It works very well.
Currently, when an event occurs, I am saving the image in the ImageView. However, I only have the image and not the information drawn over it with the Canvas.
Is there a way to save both together, perhaps print the screen just in the area of those two overlaid items?
Currently, when an event occurs, I am saving the image in the ImageView. However, I only have the image and not the information drawn over it with the Canvas.
Is there a way to save both together, perhaps print the screen just in the area of those two overlaid items?