git.jasLogic.tech
1 // Copyright (C) 2019 Jaslo Ziska
3 #ifndef PHOTOBOX_PHOTO_H
4 #define PHOTOBOX_PHOTO_H
6 typedef struct pb_ph_buffer
{
8 unsigned long int size
;
12 void pb_ph_uninit(void);
13 int pb_ph_capture(pb_ph_buffer
*buf
);
14 int pb_ph_capture_file(const char *fn
);
16 #endif//PHOTOBOX_PHOTO_H