f41_ardu

Results 12 comments of f41_ardu

Check minPulse and maxPulse a) your RC ontroller b) then settings in the code This examples works well in my test suite: https://wokwi.com/arduino/projects/319034627596485204 #define minPulse 450 #define maxPulse 2600 It...

For example improvement and maintenance. Just to come back to my question. How do you estimate initial values for are beta and zeta values for quaternion calculation. And at least...

Have a look into my fork. Based on Dawelters development branch (broken on my Raspberry) I made y version working for python3 (Raspberry only). There is still a wrong cmake...

Stay tuned. I've nearly finalised it either on Raspberry x86 implementation. The implementation on my native Raspberry isn't completed yet. Be aware, video performance on a Raspberry PI3+ isn't perfect....

My fork works fine using Python3, only on PI 3+ is somewhat slow. But there is a wrong path in my README for the boost lib for Raspberry. Stay tuned...

udp video stream can be encoded by opencv: https://gist.github.com/f41ardu/b75da46dae383e5c835295600deef604 No need to use the h264 lib any longer. Migration to Phyton3 could become fairly easy.

> > > @f41ardu I tried your code, but had to use "Tkinter" (with uppercase T) as import statement in your file PY3_Tello_Videop/tello_control_ui. ! I`m on MAC OS. Seems to...

Build libh264decoder.so and place it in pi@raspberrypi:~/code/Tello-Python/PY3_Tello_Videop $ ls h264decoderpi3 LICENSE.md __pycache__ tello_control_ui.py **libh264decoder.so** main.py README.md tello.py Hope that solve your issue.

Sorry, yes you have to build the decoder lib. Unfortunately I included the Raspberry binaries.

Does anybody knows how to modify the h264decoder to work with phyton3.x ? Solved. I've built a working version of Tello_Video running on python3.5: There is one minor issue I...