Unity / Vuforia: не работает веб-камера в unity3d, vuforia - PullRequest
0 голосов
/ 05 июля 2019

Не работает камера в Unity3d с Vuforia

  • Unity3d - 2019.1.8f1

  • Vuforia - 8.3.8

  • Windows 10

  • встроенная камера

  • Dell Inspiron one 2320

https://imgur.com/RmsxxjH

Я пытался изменить файл по ссылке в ошибке с 640x480 до 1280x720

<webcam deviceName="Integrated Camera">
    <windows>
        <!-- size of the web cam texture requested from Unity -->
        <requestedTextureWidth>1280</requestedTextureWidth>
        <requestedTextureHeight>720</requestedTextureHeight>
        <!-- size of the texture Unity's web cam texture will be rescaled to -->
        <resampledTextureWidth>640</resampledTextureWidth>
    </windows>
...