Skip to content

Calibrate the camera of a Parrot ARDrone 2.0 and decode QR-Codes

Notifications You must be signed in to change notification settings

alebruno/QRDrone

Repository files navigation

QRDrone

This repo is composed of two parts:

  • A Python script to calibrate the camera of a Parrot AR.Drone 2.0. The script requires the libraries OpenCV-Python and psdrone.
  • A small C++ program to scan QR-Codes using the camera of the Parrot AR.Drone 2.0. This program can be built with CMake and uses (among others) the libraries OpenCV, ZBar and cvdrone

A Jenkins server tests automatically that the application can be built and linked (see the commits page).

Demo of the Jenkins Server

After cloning the repo, run the following command to get a shallow clone of the submodules containing the cvdrone and the psdrone libraries:

git submodule update --init --recursive --depth 1

Calibration

QR-Code

Releases

No releases published

Packages

No packages published