bot.drone.getPngStream().on("data", function(png) {
      bot.opencv.readImage(png, function(err, img) {
        if (err) { console.error(err); }
        self.image = img;
        if (self.detect === false) { bot.window.show(img); }