lool33 Posted February 4, 2019 Share Posted February 4, 2019 Hi, Trying to connect an USB - UVC camera on the USB type C port of the Vive Focus doesn't work. Due to an issue with Android 7.1 (version the Vive Focus is running on), we are not able to access UVC camera inside a Unity app. Do you have any tips to get it working? Or do you have any Android upgrade available for Wave SDK ? Thnaks for your support Link to comment Share on other sites More sharing options...
Tony PH Lin Posted February 5, 2019 Share Posted February 5, 2019 You can try with 2d launcher + launcher via Vysor. This is the way we used for development. Sorry for your inconvience that we're all in Chinese New Year Holiday so the support might be delay. We will reply you asap. Thanks. Link to comment Share on other sites More sharing options...
lool33 Posted February 12, 2019 Author Share Posted February 12, 2019 Hi, thanks for your answer and happy new year! Can you be more specific about your development process for using an RGB UVC camera on the vive focus? What do you mean by 2Dlauncher? Does it mean remove this line bellow from the app's manifest in order to switch the app to window mode ? <category android:name="com.htc.intent.category.VRAPP" /> And what do you mean with launcher via vysor? (I'm not able to click the interface with vysor) Thanks for your support Link to comment Share on other sites More sharing options...
Tony PH Lin Posted February 13, 2019 Share Posted February 13, 2019 Hi , We need further info. to help clarification. Can you see USB permission dialog pop-up when you insert USB device and do you mean the failure is you can't see that? Or other abnormal symptom? Is it okay for you to provide USB camera info. (product name)? Is the camera working on other Android Phone? Thanks a lot for this feedback. Link to comment Share on other sites More sharing options...
lool33 Posted February 13, 2019 Author Share Posted February 13, 2019 Hi, We do have the permission popup when connecting the camera, the issue is the access right on buffer file system used by UVC driver. But anyway, we get it working by using an RGB camera without embedded mic. I mean, we first start using classic webcam (logitech and microsoft), and its not working with this kind of hardware. Using a more specific UVC RGB camera without embedded mic it works fine. Regards Link to comment Share on other sites More sharing options...
Tony PH Lin Posted February 13, 2019 Share Posted February 13, 2019 Hi , To help us to clarify more detail, please help us to get back the log. You can refer below steps, thanks. Connect device to PC. adb usb adb tcpip 5555 adb shell ifconfig wlan0 adb connect x.x.x.x:5555 ,(please refer to step 4 inet addr:x.x.x.x) disconnect device to PC adb logcat. Connect OTG device. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.