media.show ( camera problem )

in the last update of Corona SDK
the camera stops working in show up the image that I shot

local photot = display.newGroup()  
  
local function sessionComplete ( event )  
 t = event.target  
 photot:insert(t)  
 photot.x = \_W/2  
 photot.y = \_H/2 + 50  
  
 local baseDir = system.DocumentsDirectory  
 display.save(photot, "photo.jpg", baseDir)  
  
 print( "salvou foto " )  
 end  
  
  
 media.show( media.Camera, sessionComplete )  

this is the code that I used
and know this code don’t works anymore

thanks [import]uid: 23063 topic_id: 16738 reply_id: 316738[/import]

“the camera stops working in show up the image that I shot”

I can’t understand what this means. It does show up? What’s the actual issue?

Have you filed a bug report? Case #? [import]uid: 52491 topic_id: 16738 reply_id: 62762[/import]

I don’t know how to filed a bug report but the issue is…

when I take a photo, this photo should go to screen in xPosition and yPosition that I set in the function
but with this new build, i just get a white square in the scene( where should have my photo )

you undestand?

it’s not the media.show that is the problem, but the showing up the photo [import]uid: 23063 topic_id: 16738 reply_id: 62766[/import]

. [import]uid: 23063 topic_id: 16738 reply_id: 62764[/import]

Here; http://developer.anscamobile.com/content/bug-submission

There is a link to it at the top right of every page when you are logged in.

Repeat the problem there and then it can get looked at properly :slight_smile:

Peach [import]uid: 52491 topic_id: 16738 reply_id: 62768[/import]

thank you peach, I will do that

Dhennrich [import]uid: 23063 topic_id: 16738 reply_id: 62771[/import]