fpv-wtf/voc-poc

m1 macbook + goggles v2 not detected

b1alpha opened this issue · 4 comments

Commit * d983986 - (HEAD -> master, origin/master, origin/HEAD) Update README.md (3 days ago)

➜ voc-poc git:(master) node index.js -o | ffplay -i - -analyzeduration 1 -probesize 32 -sync ext
Goggles USB device not found. Please connect your goggles and restart the script.
ffplay version 5.0.1 Copyright (c) 2003-2022 the FFmpeg developers

Same issue here. However it is not limited by this tool here. If i run ioreg -p IOUSB it does not display any USB device.

First is with goggles plugged in, second without.

justin@Justins-Air voc-poc % ioreg -p IOUSB 
+-o Root  <class IORegistryEntry, id 0x100000100, retain 29>
  +-o AppleT8103USBXHCI@01000000  <class AppleT8103USBXHCI, id 0x1000003bc, registered, matched, active, busy 0 (11 ms), retain 39>
  +-o AppleT8103USBXHCI@00000000  <class AppleT8103USBXHCI, id 0x1000002a4, registered, matched, active, busy 0 (553 ms), retain 89>
justin@Justins-Air voc-poc % ioreg -p IOUSB 
+-o Root  <class IORegistryEntry, id 0x100000100, retain 29>
  +-o AppleT8103USBXHCI@01000000  <class AppleT8103USBXHCI, id 0x1000003bc, registered, matched, active, busy 0 (11 ms), retain 39>
  +-o AppleT8103USBXHCI@00000000  <class AppleT8103USBXHCI, id 0x1000002a4, registered, matched, active, busy 0 (553 ms), retain 89>
j005u commented

@NeariX67 are you maybe using a C-C USB Cable?

You might need a C to A dongle and an A to C cable to make it work.

Still not working