Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
qr_code.c File Reference
#include "qr_code.h"
#include "cv.h"
#include "zbar.h"
#include <stdio.h>
#include "subsystems/datalink/telemetry.h"
+ Include dependency graph for qr_code.c:

Go to the source code of this file.

Functions

void qrcode_init (void)
 
bool_t qrscan (struct image_t *img)
 

Variables

zbar_image_scanner_t * scanner = 0
 

Function Documentation

void qrcode_init ( void  )

Definition at line 32 of file qr_code.c.

References cv_add(), and qrscan().

+ Here is the call graph for this function:

bool_t qrscan ( struct image_t img)

Definition at line 44 of file qr_code.c.

References image_t::buf, image_t::buf_size, DefaultChannel, DefaultDevice, image_t::h, image_create(), IMAGE_GRAYSCALE, scanner, and image_t::w.

Referenced by qrcode_init().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

zbar_image_scanner_t* scanner = 0

Definition at line 42 of file qr_code.c.

Referenced by qrscan().