I have an ImageSource from camera view, and I want to convert it to a Bitmap, then to an SKBitmap, how can I do that?
Bitmap bitmap = (Bitmap)imageData;