"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

External hdmi camera

Hi,

I'm trying to connect a Nikon D7000 as external webcam (Blackmagic design - thunderbolt) but, even if the Blackmagic is recognised by the script and I set parameters in profiles.xml, everytime I try to start the application I have a black screen! 

My custom params are:

<webcam deviceName="Blackmagic">        <windows>            <!-- size of the web cam texture requested from Unity -->            <requestedTextureWidth>1920</requestedTextureWidth>            <requestedTextureHeight>1080</requestedTextureHeight>            <!-- size of the texture Unity's web cam texture will be rescaled to -->            <resampledTextureWidth>720</resampledTextureWidth>        </windows>        <osx>            <!-- size of the web cam texture requested from Unity -->            <requestedTextureWidth>1920</requestedTextureWidth>            <requestedTextureHeight>1080</requestedTextureHeight>            <!-- size of the texture Unity's web cam texture will be rescaled to -->            <resampledTextureWidth>720</resampledTextureWidth>        </osx>    </webcam>

Any advice to solve this problem?

Thank you,

Quirino