Vuforia Unity Tutorial - Cloud Recognition #6

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 17

  • @souvenir786
    @souvenir786 9 месяцев назад +2

    whats a difference between Image targeting and Cloud recognizagtion ?

  • @kayjustuskornatzki4435
    @kayjustuskornatzki4435 6 месяцев назад

    Hey! Thanks for the cool video - is this tutorial adaptable for Hololens 2? Maybe you have some advice for me!

  • @artymusoke1352
    @artymusoke1352 6 месяцев назад +1

    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

    • @uptmr9768
      @uptmr9768 Месяц назад

      You could rename them

    • @artymusoke1352
      @artymusoke1352 Месяц назад

      @@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)

  • @rebarius
    @rebarius 4 месяца назад

    Thank you so much for your Tutorial :)

  • @ganeshsatpute9863
    @ganeshsatpute9863 Год назад +2

    We can download database from vuforia.. whats is the difference here..please replay mam

  • @julitobios
    @julitobios Год назад

    😍 Excelente!! Me re sirvio!, Hermosa voz!

  • @ravikriti4005
    @ravikriti4005 Год назад

    How setup front AR Camera

    • @RenderIsland
      @RenderIsland  Год назад

      Hi Please follow our Vuforia tutorial series from the beginning and it will teach you all. Thank you!

  • @boredom509
    @boredom509 Год назад

    so whats the difference with the device database instead cloud database?

    • @RenderIsland
      @RenderIsland  Год назад

      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!

  • @karimahmed2549
    @karimahmed2549 Год назад

    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'

    • @RenderIsland
      @RenderIsland  Год назад

      Seems you have partially imported the Vuforia SDK and can you please reimport the SDK. Meanwhile please use Unity 2022 versions with Vuforia. Thanks