Skip to content

zhangchaofight/Camera2Zbar

Repository files navigation

Camera2Zbar

camera2结合zbar实现二维码识别

#include <stdio.h>
#include <stdlib.h>
typedef struct Animal{
    int height;
    int weight;
    char * name;
}animal;

int main(){
    animal dog;
    dog.height = 20;
    printf("dog.height=%d\n", dog.height);
    return 0;
}

About

camera2结合zbar实现二维码识别

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages