dji-sdk / Tello-Python

This is a collection of python modules that interact with the Ryze Tello drone.
Other
1.34k stars 642 forks source link

how to reduce the delay of video stream #60

Closed alexmihalyk23 closed 4 years ago

alexmihalyk23 commented 4 years ago

I'am use opencv and imutils library's for capture video(imutils - filevideostream), but get delay on stream. How to fix this?

dji-dev commented 4 years ago

Public comment from Ho.Yan in Zendesk ticket #31542:

Dear Developer, Thank you for contacting DJI.

This question you can contact RYZE Tello's technical support: support.cn@ryzerobotics.com

Warm Regards, DJI Developer Support

alexmihalyk23 commented 4 years ago

I'am fixed it using WebcamVideostream

manujimele commented 4 years ago

I'am fixed it using WebcamVideostream

How have you done that @alexmihalyk23?

I have issues trying to get frames from the camera. Any info? any help?

luohc2004 commented 3 years ago

Can I obtain the picture taken from the down side bottom view camera?

alexmihalyk23 commented 3 years ago

@Manujimele https://github.com/jrosebr1/imutils/blob/master/imutils/video/webcamvideostream.py

Marselias commented 3 years ago

Does anyone have a better solution? WebcamVideostream only provides threading, which wasn't helpful for me.