You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm didn't know the native but working with cordova so how to open the camera by using js/html and how to detect target image/object by js.. ? Please suggested me in cordova
The text was updated successfully, but these errors were encountered:
to your Cordova config.xml and on your CSS set the body background to transparent.
There's no function to open or to close the camera using JS implemented if that's what you wanted.
To detect a target image you first need to set it using the function setPatterns provided by the plugin, then use the isDetecting function to know when a image is being detected. Check the usage example to see how this can be done.
I'm didn't know the native but working with cordova so how to open the camera by using js/html and how to detect target image/object by js.. ? Please suggested me in cordova
The text was updated successfully, but these errors were encountered: