Get live object detection from you personal drone
I'm using DJI mini2
- Download Local RTMP Server
- run
ifconfig | grep "inet "
in terminal to get your ip address - put the link of format
rtmp://<IP ADDRESS>/live/<ANYTHING>
to the drone's RTMP transmission settings and start the transmission. Save this link for later - run
git clone https://github.com/ultralytics/yolov5
cd yolov5
python3 detect.py --source 'rtmp://<IP ADDRESS>/live/<ANYTHING>'
Wathch the example