张卓写的代码

This commit is contained in:
DESKTOP-4HD0KC3\ZhangZhuo
2024-10-30 16:20:14 +08:00
commit a079a393bd
1180 changed files with 7771048 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