git.jasLogic.tech
2e4066e2f3214979cb862edd15561c9be6ee209c
1 #ifndef PHOTOBOX_PHOTO_H
2 #define PHOTOBOX_PHOTO_H
4 typedef struct pb_ph_buffer
{
6 unsigned long int size
;
10 int pb_ph_capture(pb_ph_buffer
*buf
);
11 int pb_ph_capture_file(const char *fn
);
13 //int pb_ph_getraw(pb_ph_buffer *buf);
15 #endif//PHOTOBOX_PHOTO_H