unityでMMDモデルを読み込んだのち、カメラからリアルタイムに動画を取ってくることでARカメラを作ろうと思っています
unity5.4 62bit
webカメラ BUFFALO BSWHD06M USB Camera
windows10 home 62bit
mmd4Mecanim使用
xmlファイルには、
<webcam deviceName="BUFFALO BSWHD06M USB Camera"> <windows> <!-- size of the web cam texture requested from Unity --> <requestedTextureWidth>640</requestedTextureWidth> <requestedTextureHeight>480</requestedTextureHeight> <!-- size of the texture Unity's web cam texture will be rescaled to --> <resampledTextureWidth>640</resampledTextureWidth> </windows> <osx> <!-- 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> </osx> </webcam>
と書き込んで保存していますが、webcamには
No webcam profile has been found for your webcam model: BUFFALO BSWHD06M USB Camera `. A default profile will be used. Webcam profiles ensure thatPlay Mode performs well with your webcam. You can create a custom profile for your camera by editing ファイルの場所
と出てきます。
ちなみにカメラデバイスのところは、
とコンソールに出てきておりあっていると思います。
どうすればwebカメラを認識させることができるでしょうか?
よろしくお願いします

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/02/23 03:01
2017/02/23 03:04
2017/02/23 06:02