media.camera problem

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  
  
 -- Chama camera  
 local function newphoto ( event )  
 for i = photot.numChildren,1,-1 do  
 local child = photot[i]  
 child.parent:remove( child )  
 child = nil  
 end  
 media.show( media.Camera, sessionComplete )  
 end  
  
 media.show( media.Camera, sessionComplete )  

hey there
so… my camera was work fine untill I download the last corona sdk

now the camera open normal but don’t show my image as in the other version of corona sdk

anyone knows anything about it? [import]uid: 23063 topic_id: 16733 reply_id: 316733[/import]

unless you need the latest daily build for a specific reason, it’s common for features to work unexpectedly. It’s best to either use the stable release, or to find a daily build that works for you, and stick with it. [import]uid: 49447 topic_id: 16733 reply_id: 62641[/import]

so I just will put this in building forum and take your suggestion

thanks [import]uid: 23063 topic_id: 16733 reply_id: 62644[/import]