Camera Preview inside app

Is there a way to display a on-screen camera preview on mobile using Meteor?

I have looked at https://github.com/meteor/mobile-packages/tree/master/packages/mdg:camera but this only gives a button to use my default camera app. I want to be able to snap from inside of my app (like Snapchat).

I saw a plugin for Cordova for camera preview (https://github.com/mbppower/CordovaCameraPreview), but I don’t know if I can include it in meteor.

Please help!

from the docs: http://docs.meteor.com/#/full/Cordova-depends

1 Like