Hi,
I'm using tello TT drone and i'm using "djitellopy2" to perform flight control on it.
However, I'm facing a very low fps rate when trying to just display real time stream frame from the camera drone.
To perform the display I'm using openCV and the exemple code to display stream frames.
Using:
"
from djitellopy import Tello
import cv2
myDrone = Tello()
myDrone.connect()
myDrone.streamon()
frameObj = self.myDrone.get_frame_read()
if frameObj.grabbed:
cv2.imshow("ARuco augmented", frameObj.frame)
cv2.waitKey(1)
"
Is there a known issue about this or not ?
Best regards,
Hi,
I'm using tello TT drone and i'm using "djitellopy2" to perform flight control on it.
However, I'm facing a very low fps rate when trying to just display real time stream frame from the camera drone.
To perform the display I'm using openCV and the exemple code to display stream frames.
Using:
"
from djitellopy import Tello
import cv2
myDrone = Tello()
myDrone.connect()
myDrone.streamon()
frameObj = self.myDrone.get_frame_read()
if frameObj.grabbed:
cv2.imshow("ARuco augmented", frameObj.frame)
cv2.waitKey(1)
"
Is there a known issue about this or not ?
Best regards,