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 want to use this plugin in my app. I installed it as per instructions.
I am using your usage example sample, placed it in app.js under $ionicPlatform.ready(function().
The problem i am facing is when i fresh start the app, the camera opens for less than a second and disappear. how can i increase the timeout limit to detect the images.
The text was updated successfully, but these errors were encountered:
When the plugin start the camera is usually always open.
Does the app you are working on have a transparent background? That might be the issue. The camera view is below the webview so if you don't set the background to be transparent then you wont be able to see the camera.
Thanks. After making it transparent, the camera works fine.
I am wondering if this plugin detects only faces or it can detect any other object other than human faces like any table, chair etc?
The plugin was made to find objects using feature matching and homography in a similar way that it's described here. So it can detect but the success rate will depend on quality of the features.
Hello,
I want to use this plugin in my app. I installed it as per instructions.
I am using your usage example sample, placed it in app.js under $ionicPlatform.ready(function().
The problem i am facing is when i fresh start the app, the camera opens for less than a second and disappear. how can i increase the timeout limit to detect the images.
The text was updated successfully, but these errors were encountered: