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]