Skip to content

naganumakr/Samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samples

This repo contains sample files to show you how to use the SDK.

Runnable samples

iOS

This example enables you to discover and connect to a RollingSpider and send and receive commands to pilot it and get its battery level.
It uses the new and simplified API (ARController)

This example enables you to discover and connect to a Bebop drone and send and receive commands to pilot it, get its battery level and display video stream.
It uses the new and simplified API (ARController)

Android

This example enables you to discover and connect to a Bebop drone, send and receive commands to pilot it and get its battery level and other states.
It uses the new and simplified API (ARController)

This example enables you to discover and connect to a RollingSpider, send and receive commands to pilot it and get its battery level and other states.
It uses the new and simplified API (ARController)

Unix

This example enables you to connect to a JumpingSumo and send and receive commands to pilot it and get its battery level. It also receives the video stream.
It uses the new and simplified API (ARController)

This example enables you to connect to a JumpingSumo and receive the video stream. Two options are available : either display the stream (using ffplay) or store frames on the file system.

This example enables you to connect to a Bebop drone and receive the h264 video stream.

This example enables you to connect to a Bebop, send commands to pilot it, receive the h264 video stream, decode it, and display this decoded stream.

External contributions

Contributions from external developers are located in the Contributions folder, then sorted again by OS. The name of the contributors/authors for each samples are written in the Contributions/CONTRIBUTORS.txt file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Objective-C 49.2%
  • C 27.3%
  • Java 19.9%
  • Makefile 2.8%
  • Python 0.8%