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

getPngStream stop? #122

Open Georgge opened 9 years ago

Georgge commented 9 years ago

Hi, this can be a very basic question but exist some way to stop or end to the getPngStream? and so finish that process.I try with this but it does not work: ...
var stream = arDrone.getPngStream() ... stream.end

Thanks!