第一次提交

This commit is contained in:
2023-03-22 09:47:10 +08:00
commit f713586b04
633 changed files with 266330 additions and 0 deletions

11
DeployPSDK.sh Normal file
View File

@ -0,0 +1,11 @@
sudo apt-get install libudev-dev
sudo apt-get install libusb-1.0-0-dev
sudo apt-get install libopus-dev
sudo apt-get install ffmpeg
sudo apt install libavformat-dev
sudo apt-get install libswscale-dev
sudo apt-get install libqt5websockets5-dev
sudo apt-get install libssl-dev
#!/bin/bash
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="2ca3", MODE="0666"' > /etc/udev/rules.d/DJIDevice.rules