Yes, even though we do send manufacturer and device ID strings over USB, Qt on windows just seems to ignore them and to use whatever name was in the last driver .inf file used that matches the device identifiers (like teensy). The same Qt code on Linux and macs does read the strings from the USB device and reports the manufacturer and device strings that JeVois sends. We are looking into this...
in the meantime, can you uninstall the video device driver as well? If you have used it with AmCap in the past, it may have assigned a different name to JeVois. So just try the same trick as for serial:
- plug in jevois
- go to device manager and find the video or serial device
- uninstall driver
- unplug jevois and wait for a minute or two
- plug it back in and wait for windows to install driver
- should work now...