/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera
126 by Suren A. Chilingaryan
multithread preprocessing of ipecamera frames and code reorganization
1
#ifndef _IPECAMERA_READER_H
2
#define _IPECAMERA_READER_H
3
261 by Suren A. Chilingaryan
Support for new CMOSIS 20MPix camera
4
int ipecamera_compute_buffer_size(ipecamera_t *ctx, ipecamera_format_t format, size_t header_size, size_t lines);
162 by Suren A. Chilingaryan
UFO5 size estimation
5
126 by Suren A. Chilingaryan
multithread preprocessing of ipecamera frames and code reorganization
6
void *ipecamera_reader_thread(void *user);
7
8
#endif /* _IPECAMERA_READER_H */