hi i'm new to unity 5 and when ever im trying to do augmented after loading the image arimage default image setting are getting erorrs so can fix it please

hi i’m new to unity 5 and when ever im trying to do augmented after loading the image arimage default image setting are getting erorrs so can fix it please

I am looking to do stuff with AR as well.
The missing profile issue was a simple fix for me luckily.

  1. Go to:
    C:\Users"User Name"\Documents"Program Name"\Assets\Vuforia\Editor\WebcamProfiles\profiles.xml
    (Fill in the appropriate Folder names in the quotations)
  2. Open the xml file with notepad or something similar.
    (I suggest making a copy to open)
    You will see a line of text that will look similar to this:

webcam deviceName=“Integrated Camera”

  1. Find the a profile that you can change the name to your camera name in this case mine was Integrated Camera .
    Make sure to leave the quotation marks or if you are comfortable enough to copy a full profile and rename it then do that instead.

  2. Save the file.

  3. Restart Unity.

I am still looking into requesting authorization for the use of the webcam but at least it knows what camera it is supposed to look at.

I’ll keep you posted if I hear anything related.