The widget you are referring to makes it possible to access the mobile device's (native) camera from the browser. So it is a widget for a browser app.
Since native apps don't need a browser to run in, they can access the native camera directly and don't need a widget. Use the takePicture javascript action from NativeMobileResources for that.