Hi everyone, I posted this in the help forum it may be more relevant for this forum.
I'm working on a project where I want to use a python script, run from a computer, to command my drone to fly around and take pictures. My coding experience is quite limited and so far I've been using PyTello and TelloPy APIs to control the drone. With TelloPy I've managed to access the video stream and save screenshots from this. However, this isn't ideal due to the regular pixelation and glitches that form the video stream, which is why I want to access the single picture mode.
From what I've read so far, it seems to me that I need to sent a command to the Tello to take the picture, which seems fairly straightforward to me. However, I'm unsure how to go about saving images to my computer. Based on the implementation chart here and the Go documentation here it seems there is a "Save all pics" command which may be what I'm looking for, or at least a similar command in the drone firmware which would save images to my laptop. Unfortunately, I'm stuck on how to bring these parts together.
If anyone has achieved this through Python, or has any pointers, any help/advice would be greatly appreciated!
I'm working on a project where I want to use a python script, run from a computer, to command my drone to fly around and take pictures. My coding experience is quite limited and so far I've been using PyTello and TelloPy APIs to control the drone. With TelloPy I've managed to access the video stream and save screenshots from this. However, this isn't ideal due to the regular pixelation and glitches that form the video stream, which is why I want to access the single picture mode.
From what I've read so far, it seems to me that I need to sent a command to the Tello to take the picture, which seems fairly straightforward to me. However, I'm unsure how to go about saving images to my computer. Based on the implementation chart here and the Go documentation here it seems there is a "Save all pics" command which may be what I'm looking for, or at least a similar command in the drone firmware which would save images to my laptop. Unfortunately, I'm stuck on how to bring these parts together.
If anyone has achieved this through Python, or has any pointers, any help/advice would be greatly appreciated!