hanyazou / TelloPy

DJI Tello drone controller python package
Other
685 stars 293 forks source link

video using for object detection #74

Closed ozanpkr closed 4 years ago

ozanpkr commented 4 years ago

I work with yolo for objcet detection and tracking.When ı was use udp:11111 for video stream , I get low fps.Yesterday, I used your py files for control and video but I couldn't get frame.Old library that ı found, use " image = drone.get_frame_read().frame " for get image.How can ı get image from your video stream? Also,ı wanna ask you other question.I must work min 25 FPS.I sit possible for your codes?