The place to discuss development topics.
Discussions on the RICOH R API and SDK, image processing of spherical images, other hardware related topics, introduction of useful libraries, etc.
-
Yoshitaka
- Posts: 2
- Joined: June 26th, 2017, 3:19 am
Unread post
by Yoshitaka » June 26th, 2017, 3:27 am
Unity5.6.1p4でRICOH R Development Kitの映像を取り込めるか試したところ、以下のエラーが出てWebCamTextureを作成できませんでした。
Code: Select all
ERROR - Could not find specified video device
UVC Captureドライバは導入済みで、Open Broadcaster Softwareでは正常に映像を取り込むことができています。
また、RICOH R以外のウェブカメラ(RICOH THETA Sなど)では、Unity上で正常に映像を取り込むことができています。
UnityでRICOH R Development Kitの映像を取り込むことに成功した方はおりますでしょうか?
何か他に設定など必要でしょうか?
-
Yoshitaka
- Posts: 2
- Joined: June 26th, 2017, 3:19 am
Unread post
by Yoshitaka » July 13th, 2017, 8:00 am
toshi3221さん、ありがとうございます。
DevicePathをレジストリエディタで追加したところ、UnityのWebCamTextureでも無事にRICOH Rの映像を取り込むことができました。
また、WebRTC Video Chatアセットではレジストリを操作せずともRICOH Rの映像を取り込むことができております。
-
codetricity
- Posts: 11
- Joined: July 22nd, 2017, 3:03 pm
Unread post
by codetricity » July 22nd, 2017, 4:51 pm
@yoshitaka, can you compile and export your application as a native binary on Windows or Mac?
This person was having
problems after the build.
Can you run your application with the RICOH R Dev Kit outside of the Unity IDE?