"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

[Solved] Webcam Texture Resolution

Hello,

I'm using CameraDevice to get the image from the Webcam and make to CV on it. My problem is the resolution which is 480p but my Webcam is 1080p. Is there a way change the resolution of the camera?

PS: I know that the resolution will be different once i build the project but i need a better resolution on Unity Editor to make my test.

Thank you.

I'm not 100% sure, but maybe changing "Camera Device Mode" to "MODE_OPTIMIZE_QUALITY" in the Vuforia settings will do the trick?

Have you tried editing the webcam profiles XML?  This will effect resoltuion of the webcam in the Unity editor.  On mac it's located /Applications/Unity/PlaybackEngines/VuforiaReources.  I assume it's in a similar place on Windows.  

I assumed the XML was in the unity project but, it's in the Unity installation. Work great, thank you.

btw the path for windows is C:\Program Files\Unity\Editor\Data\PlaybackEngines\VuforiaSupport for standard installation.