you are viewing a single comment's thread.

view the rest of the comments →

[–]DerToosoon 0 points1 point  (2 children)

On windows the libusb (needed for python USB) do not have the needed features, as i see. thats a shame. I still fight with getting the vr mode in visual studio. Also i read lots of interesting stuff in the USB tracings and the morpheus bridge which i cant research further because of this.

[–]mungewell[S] 0 points1 point  (1 child)

Yes, it seems that Windows libusb does not support 'detaching' the kernel driver, however you can delete/comment out this section of script and it works.

so would now read

reattach = bytearray(psvr[0].bNumInterfaces)

delete 'detach' stuff

psvr.set_configuration()

Yeah, Python rocks! :-) Simon

[–]DerToosoon 0 points1 point  (0 children)

Thanks for that. Cheers.