fetherston / npm-parrot-minidrone

Fly Parrot MiniDrones with Node JS
83 stars 24 forks source link

How to get the picture ? #5

Closed alexandrevilain closed 1 year ago

alexandrevilain commented 7 years ago

Hello, I'm trying to get the picture taken during flight with my airbone.

Is it possibile ?

Thanks, Alexandre.

fetherston commented 7 years ago

It's possible via the Noble Bluetooth library but currently unimplemented in this library.

alexandrevilain commented 7 years ago

Thank's for your answer 👍 Do you have any documentation link ? I'll try to implement this.

fetherston commented 7 years ago

Thanks for picking this up, if you can manage to add this it would be a huge contribution! I've primarily used these sources to patch together this library:

The noble docs The Parrot ARSDK PDF The Parrot Dev Forum The Minidrone command XML file

To get this to work you will have to implement these commands outlined in the xml doc here. Testing will be slow going, as the tiny little image is transferred over Bluetooth which takes forever.

fetherston commented 7 years ago

Also note the take picture command is already implemented: http://fetherston.github.io/npm-parrot-minidrone/Drone.html

alexandrevilain commented 7 years ago

Ok, thanks ! Regarding to the links, It looks to be complicated to get pictures.