Skip to content

Instantly share code, notes, and snippets.

@adilakhter
Created September 11, 2015 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adilakhter/0a6a143195c2e2565973 to your computer and use it in GitHub Desktop.
Save adilakhter/0a6a143195c2e2565973 to your computer and use it in GitHub Desktop.
ardrone
val drone = new ARDrone("192.168.1.1")
dron.connect();
if(drone.hasVideo) {
//
val bufferedImage = drone.video().getFrame()
// stream this image to the akka-http service we will be creating
// this akka-http service will be braodcasting it
// to its client connected via web-socket
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment