Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
Parse video stream to detect and decode QR-codes using the ZBAR library. More...
Go to the source code of this file.
Functions | |
void | qrcode_init (void) |
bool_t | qrscan (struct image_t *img) |
Parse video stream to detect and decode QR-codes using the ZBAR library.
Definition in file qr_code.h.
void qrcode_init | ( | void | ) |
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().