<How to convert Bitmap to ImageProxy in android?> ...
# stackoverflow
u
How to convert Bitmap to ImageProxy in android? It seems that androidx.camera.core.ImageProxy is an abstract class, but I can't find any public class that can easily build an instance with Bitmap or Image. Is there any?