Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problème Vidéo avec Tello Robomaster TT #179

Open
lugrsmb opened this issue Mar 15, 2023 · 1 comment
Open

Problème Vidéo avec Tello Robomaster TT #179

lugrsmb opened this issue Mar 15, 2023 · 1 comment

Comments

@lugrsmb
Copy link

lugrsmb commented Mar 15, 2023

Bonjour,
Lorsque je lance le programme de capture vidéo du drone ci dessous, cela me renvoie une KeyError: '192.168.10.1'

frame_read = tello.get_frame_read()

def videoRecorder():
height, width, _ =frame_read.frame.shape
video= cv2.VideoWriter('video.avi',cv2.VideoWriter_fourcc(*'XVID'),38,(width,height))
while keepRecording:
video.write(frame_read.frame)
time.sleep
video.release

recorder= Thread(target=videoRecorder)
recorder.start()
tello.takeoff()
tello.land()
keepRecording= False
recorder.join()

@M4GNV5
Copy link
Collaborator

M4GNV5 commented Jun 9, 2023

Hey,

can you describe your problem in english?
Also please include the full error log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants