I use the same plugin for a project and it works perfectly.
Your code does look very similar to mine. The only difference I’ve spotted is that I’ve declared navigator before camera in the options like so:
encodingType: navigator.camera.EncodingType.JPEG,
mediaType: navigator.camera.MediaType.PICTURE,
Hope this helps