fpv-wtf / voc-poc

A PoC for USB video out from the DJI FPV Goggles, inspired by The Video Out Club
MIT License
431 stars 80 forks source link

m1 macbook + goggles v2 not detected #16

Open b1alpha opened 2 years ago

b1alpha commented 2 years ago

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

NeariX67 commented 1 year ago

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 1 year ago

@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.

NeariX67 commented 1 year ago

Still not working

mylatestwork commented 1 year ago

Same issue here. Goggles USB device not found. Please connect your goggles and restart the script. fd:: Invalid data found when processing input. Using same cables to root or flashing fw. ioreg -p IOUSB shows the goggle is connected? +-o Root <class IORegistryEntry, id 0x100000100, retain 36> +-o AppleT6000USBXHCI@00000000 <class AppleT6000USBXHCI, id 0x1000002f1, registered, matched, active, busy 0 (11287 ms), retain 69> | +-o pigeon@00100000 <class IOUSBHostDevice, id 0x10000dbff, registered, matched, active, busy 0 (2071 ms), retain 48> +-o AppleT6000USBXHCI@02000000 <class AppleT6000USBXHCI, id 0x1000002e5, registered, matched, active, busy 0 (2 ms), retain 39> +-o AppleT6000USBXHCI@01000000 <class AppleT6000USBXHCI, id 0x1000002df, registered, matched, active, busy 0 (14985 ms), retain 72>