Fred Sauer
Fred Sauer
Right, that alpha filter for there IE only. It looks like IE8 and below only support alpha filter. Once we get to IE9+ targets we could drop it.
Suggest using the https://github.com/fredsa/gwt-dnd/blob/wiki/GettingStarted.md wiki. You should also try the working demo code, and compare working examples with your code On Thu, Mar 19, 2015 at 10:36 PM mkuruvil [email protected]...
@AndreCahyaS Correct, current behavior for users who are not signed in (typically a development device that was just factory reset), your app will get AR_AVAILABILITY_UNKNOWN_CHECKING even though ARCore is not...
Can you add your device fingerprint as well? `adb shell getprop ro.build.fingerprint`
Thanks for the report.
An up to date list of ARCore supported devices can be found here: [developers.google.com/ar/discover#supported_devices](//developers.google.com/ar/discover#supported_devices)
As noted in this issue. Augmented Images currently work best when using images that contain lots of visual features. That is, images like the samples included in the SDK will...
Augmented Images is implemented in such a way that might lead to somewhat counter-intuitive or unexpected constraints/behavior. Augmented Images does not perform straight-up image-detection as one might guess, but instead...
I'd say that recognizing the letters in a logo on a shoe box is not a great use case for Augmented Images. I'd recommend using a ML model that is...
Pre-requisites: - Download and install the latest version of ARCore SDK for Unity - Make sure you've setup Unity's Android support: https://docs.unity3d.com/Manual/android-sdksetup.html - Verify (for troubleshooting) that `adb` is on...