Ionic 2 Camera isn't showing the image

Hi,

I want to capture an image using cordova. But after taking the picture from Camera.getPicture() method i am unable to view the image with <img [src]=“image” />. Is there any problem with the cordova or any other issue. I have tried different options like zone. But that doesn’t work too.

Can you suggest me to fix this issue.