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

add c++ version and readme #21

Closed ZhaoGY-N closed 1 year ago

ZhaoGY-N commented 1 year ago

using libusb to rewrite the js version

j005u commented 1 year ago

Hey there, thank you for the PR.

I've neglected to update the README, however there are already C https://github.com/fpvout/fpvout-c and C++ https://github.com/fpvout/fpvout-cpp as well as GO https://github.com/fpvout/fpvout-go versions out there.

As this repo is meant to serve as the smallest possible proof of concept and reference for other developers, I won't merge the PR. However, I see your version is more feature complete than the existing C++ port, so if you have plans to keep developing this, then we could talk to the fpvout gang to have your version be the official C++ version. Ideally it would come with Github actions to build binaries for Linux (static), OS X and Windows.

I will also update this repos README to include links to the existing implementation as well as your repo.