Thanks for the info Joshua.
Actually, my case is: I want to have a corona display object (image) in front of the camera preview that I added natively and then take a snapshot of it.
I spent the whole weekend going thru the insides of the Corona library and my conclusion is that this is not possible (or am I wrong?).
For what I understood (and for future users reference), Corona Enterprises creates the following view structure for an Android app
1. myContentView 1.1 glView (surfaceview that has all the corona objects) 1.2 mOverlayView 1.3 myAbsolutePopupLayout
So, it is impossible to have an object that is inside the glView (which would be my image) to be in front of the mOverlayView (which holds the camera preview).
I tried to move the whole glView to be in front of the mOverlayView (making the glView to have transparent background), but it didn’t work.
So, for what I see, it is impossible to create a plugin using Corona Enterprise that shows the camera inside of a Corona app in way that you can control the camera object as it were a display object (which is what we can do today using the shape camera fill on iOS), am I right?