ZBar bar code reader . http://zbar.sourceforge.net/ ZBar is licensed under the GNU LGPL 2.1 to enable development of both open source and commercial projects.

Dependents:   GR-PEACH_Camera_in_barcode levkov_ov7670

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers zbar_lib.h Source File

zbar_lib.h

00001 #ifndef ZBAR_LIB_H
00002 #define ZBAR_LIB_H
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 extern int zbar_main (void* image_buf, int width, int height);
00008 #ifdef __cplusplus
00009 }
00010 #endif
00011 #endif