-
Notifications
You must be signed in to change notification settings - Fork 6
video does not work #19
Copy link
Copy link
Open
Description
Hi , I did try this project and it's very good
I can control my drone and flying normally
but I can't get video from drone
may I ask the simple function of code to calling the video from drone?
here is how I'd try:
from pyardrone import ARDrone
import cv2
drone = ARDrone()
cam = cv2.VideoCapture('192.168.1.1:55555')
while(True):
_,frame = cam.read()
cv2.imshow("TEST" ,frame)
cv2.waitKey(30)
thank you so much
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels