hybridgroup / node-bebop

A Node.js client for controlling Parrot Bebop & Bebop2 quadcopters.
http://nodebebop.com
MIT License
146 stars 60 forks source link

Which Bebop Firmware version compatible is this code, Video Streaming? #60

Open ahnHeejune opened 7 years ago

ahnHeejune commented 7 years ago

Which version of bebop firmware should I use to use video protocol?

In fact, I used ok with this program last year, but after I upgraded to 4.0 it does not work. I do not remember which version I used last year on my Bebop. So I tried with 3.3 version but it doe snot work with your code.

Can you tell me which one should I use? Please tel me

Skorkmaz88 commented 7 years ago

I was able to retrieve video from bebop 2 with framework version 4 around the beginning of this year. Actually, it didn't work for me before upgrading to 4.0

ahnHeejune commented 7 years ago

Thanks for your reply. 1) what you mean by "framework" ? you mean firmware?
2) In fact, i am using Bebop-1 3) As far as i know, the video frame format that you use is as follows:

type (1B) : Id (1B): seq (1B): length (4B): fn (2B): flag (1B): fragnum (1b) : num_fragments_per_frame (1B) video data (variable size) for example) 03: 7d: 4d: f4:03:00:00: 02:00: 00: 0a: 0e:

But with 4.0, Drone doesnot send the this format any more. ^^;;