media.camera - photo not saving

 Anybody having and problem (or success) with current daily build using media.camera? There is just nothing in the documents directory after taking a picture…

[lua]

if media.hasSource( media.Camera ) then

        media.show( media.Camera, onComplete { baseDir=system.DocumentsDirectory, filename=photoName , type=“image” } )

    else   

        native.showAlert( “Corona”, “This device does not have a camera.”, { “OK” } )

end

[/lua]

what is photoName?  Can you make sure it’s holding a real value and isn’t nil?

Hey Rob. I have the same behavior if I hard code in a filename. 

what is photoName?  Can you make sure it’s holding a real value and isn’t nil?

Hey Rob. I have the same behavior if I hard code in a filename.