Camera with foreground?

I’m trying to have the photo taking feature on Android, with some cartoon foreground and frame image, with the camera feed show inside it. I tried with the camera sample code, with media.capturePhoto, it lauched the camera with default android camera control. I know that the object.fill is only for iOS for camera feed, but is there a workaround for the feature that I wanted? to just show the foreground image, so the user can position the camera inside the cartoon frame image. Thanks.

media.capturePhoto uses native controls and sits on top of Corona’s canvas for drawing.  The object.fill is the only method for getting the camera in a place that you can draw on it.

Rob

media.capturePhoto uses native controls and sits on top of Corona’s canvas for drawing.  The object.fill is the only method for getting the camera in a place that you can draw on it.

Rob