├── .gitignore ├── IDE └── readme.txt ├── LICENSE ├── MaxiPy ├── erase_spiffs.kfpkg ├── maixpy_v0.5.0_63_g2d307ae.bin ├── maixpy_v0.5.0_95_g05c4e70.bin ├── maixpy_v0.5.0_95_g05c4e70_minimum.bin └── maixpy_v0.5.0_95_g05c4e70_minimum_with_ide_support.bin ├── README.md ├── images ├── Apriltag1.jpg ├── Apriltag2.jpg ├── K210_structure.jpg ├── Maxipy_IDE1.jpg ├── Maxipy_IDE2.jpg ├── Maxipy_IDE3.jpg ├── Maxipy_IDE4.jpg ├── Maxipy_IDE5.jpg ├── QRcode.mov ├── QRcode_cover.jpg ├── UAV.mp4 ├── UAV_cover.JPG ├── board_camera.jpg ├── board_lcd.jpg ├── coordinate_system.jpg ├── human.mov ├── human_1.jpg ├── human_2.jpg ├── human_cover.JPG ├── kflash_floder.jpg ├── kflash_gui1.jpg ├── kflash_gui2.jpg ├── kflash_gui3.jpg ├── maxi_dock_up.JPG └── maxi_dock_with_lcd.JPG ├── kflash_gui ├── MSVCP140.dll ├── PyQt5 │ └── Qt │ │ ├── bin │ │ ├── d3dcompiler_47.dll │ │ ├── libEGL.dll │ │ ├── libGLESv2.dll │ │ └── opengl32sw.dll │ │ ├── plugins │ │ ├── iconengines │ │ │ └── qsvgicon.dll │ │ ├── imageformats │ │ │ ├── qgif.dll │ │ │ ├── qicns.dll │ │ │ ├── qico.dll │ │ │ ├── qjpeg.dll │ │ │ ├── qsvg.dll │ │ │ ├── qtga.dll │ │ │ ├── qtiff.dll │ │ │ ├── qwbmp.dll │ │ │ └── qwebp.dll │ │ ├── platforms │ │ │ ├── qminimal.dll │ │ │ ├── qoffscreen.dll │ │ │ ├── qwebgl.dll │ │ │ └── qwindows.dll │ │ ├── platformthemes │ │ │ └── qflatpak.dll │ │ └── styles │ │ │ └── qwindowsvistastyle.dll │ │ └── translations │ │ ├── qtbase_ar.qm │ │ ├── qtbase_bg.qm │ │ ├── qtbase_ca.qm │ │ ├── qtbase_cs.qm │ │ ├── qtbase_da.qm │ │ ├── qtbase_de.qm │ │ ├── qtbase_en.qm │ │ ├── qtbase_es.qm │ │ ├── qtbase_fi.qm │ │ ├── qtbase_fr.qm │ │ ├── qtbase_gd.qm │ │ ├── qtbase_he.qm │ │ ├── qtbase_hu.qm │ │ ├── qtbase_it.qm │ │ ├── qtbase_ja.qm │ │ ├── qtbase_ko.qm │ │ ├── qtbase_lv.qm │ │ ├── qtbase_pl.qm │ │ ├── qtbase_ru.qm │ │ ├── qtbase_sk.qm │ │ └── qtbase_uk.qm ├── Qt5Core.dll ├── Qt5DBus.dll ├── Qt5Gui.dll ├── Qt5Network.dll ├── Qt5Qml.dll ├── Qt5Quick.dll ├── Qt5Svg.dll ├── Qt5WebSockets.dll ├── Qt5Widgets.dll ├── VCRUNTIME140.dll ├── api-ms-win-core-console-l1-1-0.dll ├── api-ms-win-core-datetime-l1-1-0.dll ├── api-ms-win-core-debug-l1-1-0.dll ├── api-ms-win-core-errorhandling-l1-1-0.dll ├── api-ms-win-core-file-l1-1-0.dll ├── api-ms-win-core-file-l1-2-0.dll ├── api-ms-win-core-file-l2-1-0.dll ├── api-ms-win-core-handle-l1-1-0.dll ├── api-ms-win-core-heap-l1-1-0.dll ├── api-ms-win-core-interlocked-l1-1-0.dll ├── api-ms-win-core-libraryloader-l1-1-0.dll ├── api-ms-win-core-localization-l1-2-0.dll ├── api-ms-win-core-memory-l1-1-0.dll ├── api-ms-win-core-namedpipe-l1-1-0.dll ├── api-ms-win-core-processenvironment-l1-1-0.dll ├── api-ms-win-core-processthreads-l1-1-0.dll ├── api-ms-win-core-processthreads-l1-1-1.dll ├── api-ms-win-core-profile-l1-1-0.dll ├── api-ms-win-core-rtlsupport-l1-1-0.dll ├── api-ms-win-core-string-l1-1-0.dll ├── api-ms-win-core-synch-l1-1-0.dll ├── api-ms-win-core-synch-l1-2-0.dll ├── api-ms-win-core-sysinfo-l1-1-0.dll ├── api-ms-win-core-timezone-l1-1-0.dll ├── api-ms-win-core-util-l1-1-0.dll ├── api-ms-win-crt-conio-l1-1-0.dll ├── api-ms-win-crt-convert-l1-1-0.dll ├── api-ms-win-crt-environment-l1-1-0.dll ├── api-ms-win-crt-filesystem-l1-1-0.dll ├── api-ms-win-crt-heap-l1-1-0.dll ├── api-ms-win-crt-locale-l1-1-0.dll ├── api-ms-win-crt-math-l1-1-0.dll ├── api-ms-win-crt-multibyte-l1-1-0.dll ├── api-ms-win-crt-process-l1-1-0.dll ├── api-ms-win-crt-runtime-l1-1-0.dll ├── api-ms-win-crt-stdio-l1-1-0.dll ├── api-ms-win-crt-string-l1-1-0.dll ├── api-ms-win-crt-time-l1-1-0.dll ├── api-ms-win-crt-utility-l1-1-0.dll ├── base_library.zip ├── kflash_gui.conf ├── kflash_gui.exe ├── kflash_gui_data │ └── assets │ │ ├── arrow-down.png │ │ ├── chinese.png │ │ ├── close.png │ │ ├── close2.png │ │ ├── help-white.png │ │ ├── help.png │ │ ├── installer_background_mac.png │ │ ├── installer_background_mac.svg │ │ ├── lang-white.png │ │ ├── lang.png │ │ ├── logo.icns │ │ ├── logo.ico │ │ ├── logo.png │ │ ├── logo2.png │ │ ├── qss │ │ ├── style-dark.qss │ │ └── style.qss │ │ ├── screenshot_1.2.1.png │ │ ├── screenshot_1.png │ │ ├── screenshot_2.png │ │ ├── screenshot_download.png │ │ ├── screenshot_download_en.png │ │ ├── screenshot_en.png │ │ ├── screenshot_file.png │ │ ├── screenshot_kflash_gui_v1.5.png │ │ ├── skin-white.png │ │ ├── skin.png │ │ └── translation │ │ ├── translation_en.json │ │ └── translation_zh.json ├── kflash_py │ ├── .gitignore │ ├── LICENSE │ ├── README.rst │ ├── kflash.py │ ├── package.json │ └── setup.py ├── libGLESv2.dll ├── python3.dll ├── python36.dll └── ucrtbase.dll ├── model ├── class.kmodel └── face.kmodel ├── scripts ├── Human_detect_v3.py ├── apriltag_v3.py ├── class.py ├── cycle_v1.py ├── face_dect.py ├── find_blob.py ├── hello_world.py ├── human_detect_v1.py └── video_record_v1.py └── user's_manaul_en_zh ├── User's_manual_english.md └── 用户手册_中文.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/.gitignore -------------------------------------------------------------------------------- /IDE/readme.txt: -------------------------------------------------------------------------------- 1 | 由于github有50M的单个文件限制所以这里删除了安装包,可以按照用户手册里的链接到官网下载IDE安装包。 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/LICENSE -------------------------------------------------------------------------------- /MaxiPy/erase_spiffs.kfpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/MaxiPy/erase_spiffs.kfpkg -------------------------------------------------------------------------------- /MaxiPy/maixpy_v0.5.0_63_g2d307ae.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/MaxiPy/maixpy_v0.5.0_63_g2d307ae.bin -------------------------------------------------------------------------------- /MaxiPy/maixpy_v0.5.0_95_g05c4e70.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/MaxiPy/maixpy_v0.5.0_95_g05c4e70.bin -------------------------------------------------------------------------------- /MaxiPy/maixpy_v0.5.0_95_g05c4e70_minimum.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/MaxiPy/maixpy_v0.5.0_95_g05c4e70_minimum.bin -------------------------------------------------------------------------------- /MaxiPy/maixpy_v0.5.0_95_g05c4e70_minimum_with_ide_support.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/MaxiPy/maixpy_v0.5.0_95_g05c4e70_minimum_with_ide_support.bin -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/README.md -------------------------------------------------------------------------------- /images/Apriltag1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/Apriltag1.jpg -------------------------------------------------------------------------------- /images/Apriltag2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/Apriltag2.jpg -------------------------------------------------------------------------------- /images/K210_structure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/K210_structure.jpg -------------------------------------------------------------------------------- /images/Maxipy_IDE1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/Maxipy_IDE1.jpg -------------------------------------------------------------------------------- /images/Maxipy_IDE2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/Maxipy_IDE2.jpg -------------------------------------------------------------------------------- /images/Maxipy_IDE3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/Maxipy_IDE3.jpg -------------------------------------------------------------------------------- /images/Maxipy_IDE4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/Maxipy_IDE4.jpg -------------------------------------------------------------------------------- /images/Maxipy_IDE5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/Maxipy_IDE5.jpg -------------------------------------------------------------------------------- /images/QRcode.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/QRcode.mov -------------------------------------------------------------------------------- /images/QRcode_cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/QRcode_cover.jpg -------------------------------------------------------------------------------- /images/UAV.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/UAV.mp4 -------------------------------------------------------------------------------- /images/UAV_cover.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/UAV_cover.JPG -------------------------------------------------------------------------------- /images/board_camera.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/board_camera.jpg -------------------------------------------------------------------------------- /images/board_lcd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/board_lcd.jpg -------------------------------------------------------------------------------- /images/coordinate_system.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/coordinate_system.jpg -------------------------------------------------------------------------------- /images/human.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/human.mov -------------------------------------------------------------------------------- /images/human_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/human_1.jpg -------------------------------------------------------------------------------- /images/human_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/human_2.jpg -------------------------------------------------------------------------------- /images/human_cover.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/human_cover.JPG -------------------------------------------------------------------------------- /images/kflash_floder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/kflash_floder.jpg -------------------------------------------------------------------------------- /images/kflash_gui1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/kflash_gui1.jpg -------------------------------------------------------------------------------- /images/kflash_gui2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/kflash_gui2.jpg -------------------------------------------------------------------------------- /images/kflash_gui3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/kflash_gui3.jpg -------------------------------------------------------------------------------- /images/maxi_dock_up.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/maxi_dock_up.JPG -------------------------------------------------------------------------------- /images/maxi_dock_with_lcd.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/images/maxi_dock_with_lcd.JPG -------------------------------------------------------------------------------- /kflash_gui/MSVCP140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/MSVCP140.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/bin/d3dcompiler_47.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/bin/d3dcompiler_47.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/bin/libEGL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/bin/libEGL.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/bin/libGLESv2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/bin/libGLESv2.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/bin/opengl32sw.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/bin/opengl32sw.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/iconengines/qsvgicon.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/iconengines/qsvgicon.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/imageformats/qgif.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/imageformats/qgif.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/imageformats/qicns.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/imageformats/qicns.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/imageformats/qico.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/imageformats/qico.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/imageformats/qjpeg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/imageformats/qjpeg.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/imageformats/qsvg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/imageformats/qsvg.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/imageformats/qtga.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/imageformats/qtga.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/imageformats/qtiff.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/imageformats/qtiff.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/imageformats/qwbmp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/imageformats/qwbmp.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/imageformats/qwebp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/imageformats/qwebp.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/platforms/qminimal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/platforms/qminimal.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/platforms/qoffscreen.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/platforms/qoffscreen.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/platforms/qwebgl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/platforms/qwebgl.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/platforms/qwindows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/platforms/qwindows.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/platformthemes/qflatpak.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/platformthemes/qflatpak.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/plugins/styles/qwindowsvistastyle.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/plugins/styles/qwindowsvistastyle.dll -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_ar.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_ar.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_bg.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_bg.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_ca.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_ca.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_cs.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_cs.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_da.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_da.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_de.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_de.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_en.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_en.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_es.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_es.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_fi.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_fi.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_fr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_fr.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_gd.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_gd.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_he.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_he.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_hu.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_hu.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_it.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_it.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_ja.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_ja.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_ko.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_ko.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_lv.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_lv.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_pl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_pl.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_ru.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_ru.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_sk.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_sk.qm -------------------------------------------------------------------------------- /kflash_gui/PyQt5/Qt/translations/qtbase_uk.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/PyQt5/Qt/translations/qtbase_uk.qm -------------------------------------------------------------------------------- /kflash_gui/Qt5Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/Qt5Core.dll -------------------------------------------------------------------------------- /kflash_gui/Qt5DBus.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/Qt5DBus.dll -------------------------------------------------------------------------------- /kflash_gui/Qt5Gui.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/Qt5Gui.dll -------------------------------------------------------------------------------- /kflash_gui/Qt5Network.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/Qt5Network.dll -------------------------------------------------------------------------------- /kflash_gui/Qt5Qml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/Qt5Qml.dll -------------------------------------------------------------------------------- /kflash_gui/Qt5Quick.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/Qt5Quick.dll -------------------------------------------------------------------------------- /kflash_gui/Qt5Svg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/Qt5Svg.dll -------------------------------------------------------------------------------- /kflash_gui/Qt5WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/Qt5WebSockets.dll -------------------------------------------------------------------------------- /kflash_gui/Qt5Widgets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/Qt5Widgets.dll -------------------------------------------------------------------------------- /kflash_gui/VCRUNTIME140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/VCRUNTIME140.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-console-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-console-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-datetime-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-datetime-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-debug-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-debug-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-errorhandling-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-errorhandling-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-file-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-file-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-file-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-file-l1-2-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-file-l2-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-file-l2-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-handle-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-handle-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-heap-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-heap-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-interlocked-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-interlocked-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-libraryloader-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-libraryloader-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-localization-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-localization-l1-2-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-memory-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-memory-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-namedpipe-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-namedpipe-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-processenvironment-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-processenvironment-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-processthreads-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-processthreads-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-processthreads-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-processthreads-l1-1-1.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-profile-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-profile-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-rtlsupport-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-rtlsupport-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-string-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-string-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-synch-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-synch-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-synch-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-synch-l1-2-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-sysinfo-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-sysinfo-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-timezone-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-timezone-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-core-util-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-core-util-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-conio-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-conio-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-convert-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-convert-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-environment-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-environment-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-filesystem-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-filesystem-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-heap-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-heap-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-locale-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-locale-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-math-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-math-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-multibyte-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-multibyte-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-process-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-process-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-runtime-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-runtime-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-stdio-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-stdio-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-string-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-string-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-time-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-time-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/api-ms-win-crt-utility-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/api-ms-win-crt-utility-l1-1-0.dll -------------------------------------------------------------------------------- /kflash_gui/base_library.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/base_library.zip -------------------------------------------------------------------------------- /kflash_gui/kflash_gui.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui.conf -------------------------------------------------------------------------------- /kflash_gui/kflash_gui.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui.exe -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/arrow-down.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/chinese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/chinese.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/close.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/close2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/close2.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/help-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/help-white.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/help.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/installer_background_mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/installer_background_mac.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/installer_background_mac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/installer_background_mac.svg -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/lang-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/lang-white.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/lang.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/logo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/logo.icns -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/logo.ico -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/logo.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/logo2.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/qss/style-dark.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/qss/style-dark.qss -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/qss/style.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/qss/style.qss -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/screenshot_1.2.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/screenshot_1.2.1.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/screenshot_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/screenshot_1.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/screenshot_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/screenshot_2.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/screenshot_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/screenshot_download.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/screenshot_download_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/screenshot_download_en.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/screenshot_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/screenshot_en.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/screenshot_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/screenshot_file.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/screenshot_kflash_gui_v1.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/screenshot_kflash_gui_v1.5.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/skin-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/skin-white.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/skin.png -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/translation/translation_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/translation/translation_en.json -------------------------------------------------------------------------------- /kflash_gui/kflash_gui_data/assets/translation/translation_zh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_gui_data/assets/translation/translation_zh.json -------------------------------------------------------------------------------- /kflash_gui/kflash_py/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_py/.gitignore -------------------------------------------------------------------------------- /kflash_gui/kflash_py/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_py/LICENSE -------------------------------------------------------------------------------- /kflash_gui/kflash_py/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_py/README.rst -------------------------------------------------------------------------------- /kflash_gui/kflash_py/kflash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_py/kflash.py -------------------------------------------------------------------------------- /kflash_gui/kflash_py/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_py/package.json -------------------------------------------------------------------------------- /kflash_gui/kflash_py/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/kflash_py/setup.py -------------------------------------------------------------------------------- /kflash_gui/libGLESv2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/libGLESv2.dll -------------------------------------------------------------------------------- /kflash_gui/python3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/python3.dll -------------------------------------------------------------------------------- /kflash_gui/python36.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/python36.dll -------------------------------------------------------------------------------- /kflash_gui/ucrtbase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/kflash_gui/ucrtbase.dll -------------------------------------------------------------------------------- /model/class.kmodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/model/class.kmodel -------------------------------------------------------------------------------- /model/face.kmodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/model/face.kmodel -------------------------------------------------------------------------------- /scripts/Human_detect_v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/scripts/Human_detect_v3.py -------------------------------------------------------------------------------- /scripts/apriltag_v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/scripts/apriltag_v3.py -------------------------------------------------------------------------------- /scripts/class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/scripts/class.py -------------------------------------------------------------------------------- /scripts/cycle_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/scripts/cycle_v1.py -------------------------------------------------------------------------------- /scripts/face_dect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/scripts/face_dect.py -------------------------------------------------------------------------------- /scripts/find_blob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/scripts/find_blob.py -------------------------------------------------------------------------------- /scripts/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/scripts/hello_world.py -------------------------------------------------------------------------------- /scripts/human_detect_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/scripts/human_detect_v1.py -------------------------------------------------------------------------------- /scripts/video_record_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/scripts/video_record_v1.py -------------------------------------------------------------------------------- /user's_manaul_en_zh/User's_manual_english.md: -------------------------------------------------------------------------------- 1 | # Updating -------------------------------------------------------------------------------- /user's_manaul_en_zh/用户手册_中文.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LZBUAV/K210/HEAD/user's_manaul_en_zh/用户手册_中文.md --------------------------------------------------------------------------------