Cordova Plugins not recognised

I am having problems intergrating the cordova camera plugin (cordova plugin camera).
I have added it to my project with the cordova CLI and it is in my config.xml but when I try and called it getPicture I get the error

Cannot read property 'getPicture' of undefined
    at cameraTakePicture

I have tried writing navigator.camera to the console and it says its undefined.

Am I missing something?

welcome @andmuchmore
you are the first to try this. lets hope the dev team will take a look at it :slightly_smiling_face:

Well unfortunately we cannot answer questions for all Cordova plugins and their usage.

I would suggest to review their documentation well and try the Cordova support forums or stackoverflow

@andmuchmore Did you ever get it working?