@@uptmr9768 that doesnt help though. coz renaming the GameObject doesnt change the imageFile associated with it and the AR results. Its like changing your cars number plate and expecting the entire car to change into a new car... i need to change the car itself, and have like 3 different cars (imagefiles + AR)
Device databases store Image Targets, Multi Targets, and Cylinder Targets on the device and does not require connectivity at run-time. Cloud databases store Image Targets remotely on the Vuforia Cloud Recognition service. These targets are then queried and retrieved over an HTTP connection. Thank you!
great work , i have many errors. Assets/Scripts/SimpleCloudRecoEventHandler.cs(37,48): error CS0426: The type name 'InitError' does not exist in the type 'CloudRecoBehaviour'. ,,,, Assets/Scripts/SimpleCloudRecoEventHandler.cs(57,54): error CS0426: The type name 'CloudRecoSearchResult' does not exist in the type 'CloudRecoBehaviour' Assets/Scripts/SimpleCloudRecoEventHandler.cs(42,50): error CS0426: The type name 'QueryError' does not exist in the type 'CloudRecoBehaviour'
whats a difference between Image targeting and Cloud recognizagtion ?
Hey! Thanks for the cool video - is this tutorial adaptable for Hololens 2? Maybe you have some advice for me!
how will i manage multiple image targets? in unity they dont seem to have a differentiator or an identifier; they are all just called ImageTarget
You could rename them
@@uptmr9768 that doesnt help though. coz renaming the GameObject doesnt change the imageFile associated with it and the AR results. Its like changing your cars number plate and expecting the entire car to change into a new car... i need to change the car itself, and have like 3 different cars (imagefiles + AR)
Thank you so much for your Tutorial :)
We can download database from vuforia.. whats is the difference here..please replay mam
+1
In this recognition part will be handled from the cloud side. Not locally.
😍 Excelente!! Me re sirvio!, Hermosa voz!
Thank you!
How setup front AR Camera
Hi Please follow our Vuforia tutorial series from the beginning and it will teach you all. Thank you!
so whats the difference with the device database instead cloud database?
Device databases store Image Targets, Multi Targets, and Cylinder Targets on the device and does not require connectivity at run-time. Cloud databases store Image Targets remotely on the Vuforia Cloud Recognition service. These targets are then queried and retrieved over an HTTP connection.
Thank you!
great work , i have many errors. Assets/Scripts/SimpleCloudRecoEventHandler.cs(37,48): error CS0426: The type name 'InitError' does not exist in the type 'CloudRecoBehaviour'. ,,,, Assets/Scripts/SimpleCloudRecoEventHandler.cs(57,54): error CS0426: The type name 'CloudRecoSearchResult' does not exist in the type 'CloudRecoBehaviour'
Assets/Scripts/SimpleCloudRecoEventHandler.cs(42,50): error CS0426: The type name 'QueryError' does not exist in the type 'CloudRecoBehaviour'
Seems you have partially imported the Vuforia SDK and can you please reimport the SDK. Meanwhile please use Unity 2022 versions with Vuforia. Thanks