hi,
you can post your camera options object
and what error you get when you debug .
maybe your app don't have permission to go to storage
so add in your config.xml
<access origin="file:///*"/>
and in your angular config
$compileProvider.imgSrcSanitizationWhitelist(/^\s*(https?|file):/);