felixge / node-ar-drone

A node.js client for controlling Parrot AR Drone 2.0 quad-copters.
http://nodecopter.com/
MIT License
1.76k stars 428 forks source link

TcpVideoStream and PngStream not working with AR Drone 1.0 #41

Closed igogo5yo closed 10 years ago

igogo5yo commented 11 years ago

Hi! I try take video from AR Drone 1.0 and I get err :(

  1. From PngStream I dont get any data
  2. From TcpVidoeStream I get error: Error: connect ECONNREFUSED at errnoException (net.js:776:11) at Object.afterConnect as oncomplete

Please help me =)

igogo5yo commented 11 years ago

P.S. Sorry for my English, I am from Ukraine.

eschnou commented 11 years ago

This is lib is mainly tested against the AR. Drone 2.0, and I think the video is one thing that really changed between version 1 and 2. So, you are probably not doing anything wrong, it just happens that it does not work with your version of the drone. Not sure how much effort would be required to get the video working with 1.0 and I don't have a device to work with. Feel free to submit a patch if you find a solution.

andrew commented 10 years ago

Dupe of #34

jack545 commented 10 years ago

Is there any other way to get the Stream from v1 using node.js? it will be very kind for you all to help

Talamantez commented 10 years ago

You can use 'npm install dronestream, On Jul 9, 2014 4:53 AM, "jack545" notifications@github.com wrote:

Is there any other way to get the Stream from v1 using node.js? it will be very kind for you all to help

— Reply to this email directly or view it on GitHub https://github.com/felixge/node-ar-drone/issues/41#issuecomment-48460168 .

bkw commented 10 years ago

iirc we never really fixed v1 video for dronestream, at least I never had my hands on a v1 drone.

Talamantez commented 10 years ago

Oic- didn't see that it was for v1 On Jul 9, 2014 9:55 AM, "Bernhard Weisshuhn (a.k.a. bernhorst)" < notifications@github.com> wrote:

iirc we never really fixed v1 video for dronestream, at least I never had my hands on a v1 drone.

— Reply to this email directly or view it on GitHub https://github.com/felixge/node-ar-drone/issues/41#issuecomment-48502322 .