You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goggles are found and open, but the interface list is empty:
goggles.open()if(!goggles.interfaces){console.error("Couldn't open Goggles USB device")process.exit(1)}console.log(goggles)console.log(goggles.interfaces)
[51369.855069] usb 3-6: new high-speed USB device number 6 using xhci_hcd
[51372.071157] usb 3-6: device descriptor read/64, error -71
[51372.330603] usb 3-6: New USB device found, idVendor=2ca3, idProduct=001f, bcdDevice= 4.09
[51372.330614] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[51372.330617] usb 3-6: Product: pigeon
[51372.330621] usb 3-6: Manufacturer: DJI
[51372.330623] usb 3-6: SerialNumber: 987654321ABCDEF
[51377.575919] usb 3-6: can't set config #1, error -110
Advice?
FYI: I got this to work on Win10 (works fine) and MacOS (sluggish, even with lots of polling, still working on the issue).
The text was updated successfully, but these errors were encountered:
The goggles are found and open, but the interface list is empty:
Results in:
Here is my udev rule:
and dmesg output:
Advice?
FYI: I got this to work on Win10 (works fine) and MacOS (sluggish, even with lots of polling, still working on the issue).
The text was updated successfully, but these errors were encountered: