voodootikigod / node-rolling-spider

A library for controlling a Parrot Rolling Spider drone via BLE.
Other
253 stars 112 forks source link

camera support? #11

Open sidorares opened 9 years ago

sidorares commented 9 years ago

would be nice to have api to access a camera. Not sure if firmware supports live data transfer ( still or video) but at least "grab a picture and save it" api. Happy to submit a code if anyone managed to document / dump camera commands.

voodootikigod commented 9 years ago

This is actually next on my punchlist.

sidorares commented 9 years ago

:+1:

calweb commented 9 years ago

awesome! :+1:

wijnanb commented 9 years ago

+1 Would love to see this.

bpyser commented 9 years ago

Working on this right now with @johnelliott at JSConf2015!

trezy commented 9 years ago

Any luck @bpyser or @johnelliott? I was working on this as well as swarm at JSConf.

voodootikigod commented 9 years ago

I have swarm done, polishing it up right now..

Camera is next on my punchlist.

Chris Williams

@voodootikigod http://twitter.com/voodootikigod | GitHub http://github.com/voodootikigod

The things I make that you should check out: SaferAging http://www.saferaging.com/ | JSConf http://jsconf.com/ | RobotsConf http://robotsconf.com/ | RobotsWeekly http://robotsweekly.com/

Help me end the negativity on the internet, share this http://jsconf.eu/2011/an_end_to_negativity.html.

On Thu, Jun 4, 2015 at 8:22 PM, Trezy notifications@github.com wrote:

Any luck @bpyser https://github.com/bpyser or @johnelliott https://github.com/johnelliott? I was working on this as well as swarm at JSConf.

— Reply to this email directly or view it on GitHub https://github.com/FluffyJack/node-rolling-spider/issues/11#issuecomment-109101859 .

johnelliott commented 9 years ago

Ben was looking at it today. I think he has taken images, but we haven't gotten any off. He was using a bluetooth logger on android to capture what was happening when photos are taken using the FreeFlight3 phone app.

I am playing with the idea of an in-browser ground control station to take in the images if we can get them coming in over bluetooth. This may be a good way to control swarms too.

Update: round-trip with sockets is almost instant. I have WASD HJKL -+ [] f and g mapped and just did a flip. I love this library :+1:

screen shot 2015-06-06 at 9 43 31 pm

rashedtalukder commented 9 years ago

Just wondering if any progress has been made on this feature.

johnelliott commented 9 years ago

@rashedtalukder I haven't heard anything. There seems to be more activity overall on the manufacturer site: http://forum.developer.parrot.com/c/drone-sdk/rolling-spider but not specifically related. We haven't really done anything with the rolling spider at Social Tables for a bit :/

rashedtalukder commented 9 years ago

@johnelliott that's too bad. I replied in this thread asking for more details from Parrot on making the call to capture and retrieve the image from the device, but I haven't gotten a reply from them. I'd love it if this could be made to work =/

http://forum.developer.parrot.com/t/bluetooth-attribute-definitions-for-roll-pitch-yaw-rotation-and-altitude/105/4

jjant commented 7 years ago

Any news on this?