media.show display object

Is it possible to bring the camera view to the back of the stage? Just want to show some display objects over the camera.

Something like:

local onComplete = function(event)
local photo = event.target
photo:toBack()

print( "photo w,h = " … photo.width … “,” … photo.height)
end

media.show(media.Camera, onComplete)

Thank you! [import]uid: 111590 topic_id: 35698 reply_id: 335698[/import]

Hi @myappledevteam,
To clarify a bit… do you mean that you’d like to display some kind of “framing” images (or similar) over the top of the live camera display? This kind of behavior is a form of augmented reality, and it’s not yet built into Corona. Or rather, are you just trying to take the camera shot and then bump it to the back of the display stage?

Sincerely,
Brent Sorrentino
[import]uid: 200026 topic_id: 35698 reply_id: 142027[/import]

Yep, it`s augmented reality task. I have got all of I need, without background live camera stream (( [import]uid: 111590 topic_id: 35698 reply_id: 142060[/import]

Hi @myappledevteam,
To clarify a bit… do you mean that you’d like to display some kind of “framing” images (or similar) over the top of the live camera display? This kind of behavior is a form of augmented reality, and it’s not yet built into Corona. Or rather, are you just trying to take the camera shot and then bump it to the back of the display stage?

Sincerely,
Brent Sorrentino
[import]uid: 200026 topic_id: 35698 reply_id: 142027[/import]

Yep, it`s augmented reality task. I have got all of I need, without background live camera stream (( [import]uid: 111590 topic_id: 35698 reply_id: 142060[/import]