pecanpico9/tracker/software/threads/image.h

14 wiersze
243 B
C
Czysty Zwykły widok Historia

2017-05-30 22:58:20 +00:00
#ifndef __IMG_H__
#define __IMG_H__
#include "ch.h"
#include "hal.h"
void start_image_thread(module_conf_t *conf);
bool takePicture(ssdv_conf_t *conf, bool enableJpegValidation);
2017-05-30 22:58:20 +00:00
extern mutex_t camera_mtx;
extern uint8_t gimage_id;
2017-05-30 22:58:20 +00:00
#endif