Support

Description

Support for VirtualHere hardware and software

Virtualhere on Xiaomi / Wemax projector

Forums

I am about to buy a Xiaomi / Wemax laser projector. Pending question for me to pull the trigger is whether it will support USB passthrough via Virtualhere. I believe there will be two questions:

1) Can I even install virtualhere app? The projector does not come with the Google Android store, but instead with the MIUI store. I assume I could sideload the Virtualehere APK though? Is my understanding correct and would this be possible? Assume someone must have tried with the Chinese Mibox before, which I'd assume has the same challenge?

Looking for A5-V11 OpenWRT image, has anyone compiled? 4M/16M router, are they suppored if they run OpenWRT

Forums

The ofmodemsandmen.com project makes specialized builds of OpenWRT for USB cell modems and I wondered if anyone has put together a compiled version of VirtualHere that will fit on this 4M device that is near the size of a BIC lighter? For example sold here: https://www.ebay.com/itm/1PCS-Mini-Portable-3G-4G-WiFi-Wlan-Hotspot-AP-…

REF: https://openwrt.org/toh/unbranded/a5-v11

err!!what can I do!!

Forums

2019-10-25 00:00:57 INFO :VirtualHere Client 4.9.1 starting (Compiled: Sep 30 2019 15:52:24)
2019-10-25 00:00:57 INFO :Client OS is Windows 7 (build 7601, Service Pack 1), 64-bit edition
2019-10-25 00:00:57 INFO :Using config at C:\Users\Administrator\AppData\Roaming\vhui.ini
2019-10-25 00:00:57 INFO :IPC available at \\.\pipe\vhclient
2019-10-25 00:00:57 INFO :Auto-find (Bonjour) on
2019-10-25 00:00:57 INFO :Auto-find (Bonjour SSL) on
2019-10-25 00:00:57 INFO :ReverseLookupService listening on port 7573 (IPv6 dual-stack)

PTP WebCam doesn't work on OS X 10.15 (driver 2.0.3)

Forums

Hello,
Here I come again. Now I get your latest driver installed on OS X 10.15, and I notice that the OS doesn't crash any more when I uninstall the driver, which is very nice!!! Thanks.
I try U-disk and it works. But I have a PTP WebCam which still doesn't work via VirtualHere. Can you take a look of that? Tell me if you need any further detail. Thank you.

Client App Version 4.9.1 driver install quite slow

Forums

Hello,

I use 4.9.1 client App on OS X 10.14. And when I install driver, it takes about 5 minutes to finish, which was only about 1 minute before. Is it normal? And I found the size of VirtualHere.app increased from 4Mb to about 22Mb.
And every time I tried to uninstall driver, the OS X system crashed. Is there any way I can avoid the crash when uninstall?

Your reply will be very helpful, Thx!

Tang

The address of Windows 10 Server is not fixed

Forums

<p>We found the following issues after purchasing the license:
</p>
<p>1. The operating system of the server is windows 10.<br />
2. Insert several different USB devices into the same port in turn, and the address seen on the cilent side is different.<br />
3. But using linux as the server does not have such a problem.
</p>

Python Serial Write over Virtual Here

Forums

Hi I am a bit of a beginner to raspberry pi and linux
I have a raspberry pi(P1) acting a virtual here server with an arduino connected to it. It is wifi networked to another raspberry pi(P2) in Ad hoc mode. I am trying to run the GUI for my machine on P2 and have it serial write some data to the arduino via the vifi and virtual here. The problem is I cant figure out what the address should be in the serial write setup to replace the '/dev/ttyACM0' that was the address for the arduino before I introduced virtual here.

ser=serial.Serial('/dev/ttyACM0',9600)