how to get my app to recognize images from the cloud? - unity3d

I can't figure out how to get my Unity app to recognize images from the cloud using the Metaio SDK. Could anyone point me to the method, API or tutorial to allow this on Unity/Metaio?
For example, I've got my Unity app working with Metaio to recognize a local image, that is, an image that I've placed in the Resources folder. I would like to build an app that can recognize images in the cloud (metaio servers) such that no image file would need to be bundled into the application itself.
Some details: I'm using Unity Pro 4.5.5 with Metaio SDK 6.0, trying to build an app for Android

The Metaio SDK installer includes example of Cloud based image recognition a.k.a. Visual Search. Please refer to the Visual Search scene in the Unity example. More information can be found here: https://dev.metaio.com/visual-search/general-information/

Related

How to upload image in flutter Integration Test?

I have one image file that I need to upload it in Integration Test Flutter. I am not getting any help from Flutter : Integration Test documentation
I have created one folder
test_upload_files and added .png file in it and wrote the object identification of Upload Feature
then I have fetched the path of the file and tried to upload it but there are no predefined methods to upload.
I got stuck here, how to automate this Upload Functionality ?
and there is one more catch, need to enable location or camera which is from Native app, is there any solution to enable these services by default, like how we do it in Web applications using Browser Desired Capabilities?
By using flutter code can we interact with Native apps of apk and ios ?
[1]: https://i.stack.imgur.com/wvBLr.png
See the Patrol project – it lets you interact with native permission dialogs, and basically everything, from within your Flutter integration test written in Dart.
This issue demonstrates how you'd upload a single file on Android.
Disclaimer: I'm the main developer of Patrol.

Why the integration of Flutter with Unity and AR Vuforia makes no object appears?

I want to integrate Flutter app with Unity and AR Vuforia. I tried to use library: flutter_unity_widget (https://pub.dev/packages/flutter_unity_widget).
When integrating Flutter app with Unity without Vuforia it works very well. But when I tried to use it with Vuforia … OK, I didn't get any error and I could build app, but when I tested it, it didn't show any object.
I did all the configuration with the library tutorial.
Maybe some of you integrated something like that?
Do you have any sample project with it?
You can check out this blog about "Building with Flutter + Unity (AR Experience Toolkit)" for unity.
And for AR Vuforia, it seems that support for this is not yet materialized as of this GitHub post. You can watch out for the updates there.
The same thing happened to me when I was testing on iOS, Android was OK
I went through all the steps, only that Vuforia didn't recognize anything. According to this issue Dataset Foo could not be loaded and cannot be activated, I dragged and dropped the data folder and Vuforia into the Runner.
And everything was working fine

Firebase for Unity3d Windows App

I have been trying to figure out the best way to implement dynamic photos and voice notes into my Unity3d app, and am looking for guidance about the correct backend/database to use. There would be two apps, one that a user would login to and upload content: I am working with someone that can build an Android app that allows for a user to login with Google, Facebook, etc and upload content (images, messages, etc) to their profile using Firebase. The other half would be the Windows Oculus Rift app.
I am building a Unity VR experience for Oculus Rift that needs to use this user content dynamically during runtime, but I am not sure the best way to connect Unity with Firebase. I am aware of the recent Firebase SDK for Unity, but the examples show use cases for Android and IOS builds from Unity, whereas I would need to build to Windows for use with the Oculus Rift. Will the Unity Firebase SDK work for Windows and if not, are there any suggestions about the best way to accomplish my goal?
Thank you,
Jacob
The current version of the Firebase Unity SDK only works on Android and iOS. There is nothing on the road map to implement desktop apps in Unity at present.
Note that you can still interact with the Firebase Database using the REST API.

play external video using unity and vuforia

I am developing an android app using Vuforia SDK and unity. When an image is scanned, I need to display the video from an external source like our own server. How will I do that?
You can do so using the Cloud Reco feature on Vuforia.
To get you started on Cloud Reco, refer this video
Upload a target into Vuforia Database (Database should be for cloud reco. If not, create a new database for it) and get the Client Keys.
Now integrate the desired API of your external source and voila you've got your app.

Integrating Admob into Unity 3d Game

I am developing a game in unity 3d. My problem in this game is that I am unable to integrate admob. I tried so many tutorials and followed many blogs but no result.
Please help me regarding this.
Are you using the old AdMob or the new system? If you are using the new systemm you must have Google Play Center downloaded in your Android SDK. Also make sure that you have the java jdk installed and your user path is updated. Here is a good guide on how to do it:
http://answers.unity3d.com/questions/828689/resource-compilation-failed-failed-to-recompile-an.html
Update your android sdk to latest version
copy "android-sdk\extras\google\google_play_services\libproject\google-play-services_lib" this folder to your "Assets\Plugins\Android" folder
Update/Check your AndroidManifest.xml (min, max, targetsdkversion)