voc-poc icon indicating copy to clipboard operation
voc-poc copied to clipboard

A PoC for USB video out from the DJI FPV Goggles, inspired by The Video Out Club

Results 10 voc-poc issues
Sort by recently updated
recently updated
newest added

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

The goggles are found and open, but the interface list is empty: ```javascript goggles.open() if(!goggles.interfaces) { console.error("Couldn't open Goggles USB device") process.exit(1) } console.log(goggles) console.log(goggles.interfaces) ``` Results in: ```bash $...

Wondering if anyone knows what might be going on here. I'm getting output in the console with no errors, but no window pops up with the video. Also, if I...

Hi, Maybe i'm too stupid to make it run, but after installation, the produced bin file is very small and it looks like nothing is stored there ``` pi@raspberrypi:~/voc-poc $...

how can i setup the low latency code in case of windows ?

RPI installation script ` function install { sudo apt-get install -y ffmpeg curl curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - sudo apt-get install -y nodejs git git clone https://github.com/fpv-wtf/voc-poc.git...

"In any case, ffmpeg and other **an** make sense of it." (should be can) thanks for all your hard work guys! can't wait to see where this goes

Hi, after running `node index.js -o | ffplay -i - -analyzeduration 1 -probesize 32 -sync ext` I got: ``` pipe:: Invalid data found when processing input nan : 0.000 fd=...