A webinterface for the Naza V2 flight controller. The webinterface is built on top of the Naza V2 C++ Interface project. The binaries required for the webinterface can be compiled with the given tools in ´Naza V2 C++ Interface/tools/binaries´. This project is based on PHP and JavaScript Ajax, the PHP scripts directly accesses the binaries compiled by the core project.
Demonstration video can be watched here and here
To use the web interface you need to add
the www-data user to sudoers file as root permitted.
/etc/sudoers -> www-data ALL=(ALL) NOPASSWD: ALL
- only for debugging purposes
And chown the main dir to www-data (php) user
sudo chown -R www-data:www-data dji_naza_web_interface/
You also have to compile the tools/binaries from the
Naza V2 C++ interface project and move the compiled binary to bins/ccontrol.exe .
https://www.youtube.com/watch?v=JNzVcIv4pL8
-opencv
-picamera
-PHP
-Apache2
-sudo