Consti10
Consti10
I kinda agree with nicolas. OpenHD doesn't have any "extraordinary" needs regarding stability except the usb-wifi-card issue. And to test that you need OpenHD on the ground and air. Btw,...
1) I2c and UART should definitely use already soldered connectors. JST-GH seems like a good chice. 2) what determines if the port is 2.0 or 3.0 ? Note that if...
The test file you sent me just plays completely fine in LiveVideo10ms:

I haven't tested it on more devices yet, but for me, nothing looks special/uncommon with it. Are you sure you are configuring the decoder correctly ? LiveVideo10ms is available as...
Test device: Pixel 3.
If you want to use the repo (shamelessly promiting my own sw here): https://github.com/Consti10/LiveVideo10ms/blob/master/VideoCore/src/main/java/constantin/video/core/player/VideoPlayer.java#L181 and use VIDEO_DATA_TYPE::RAW_h264 ( that is confusing, for reference: I added support for the dji spark,...
Interesting discussion here. @jlucidar tell me though: How would you feel if I merged your code and work into my [FPV_VR](https://github.com/Consti10/FPV_VR_OS) app ? For reference: It is open source on...
any updates on this ? I am trying to integrate mavsdk with qmake (Qt), which doesn't speak cmake.
Dirty but compiles in qmake: ``` # mavsdk - dirty INCLUDEPATH += /usr/local/include/mavsdk LIBS += -L/usr/local/lib -lmavsdk ```