summaryrefslogtreecommitdiffstats
path: root/reader.h
blob: 5d631c08996fa3e9c61c8c7eb2538638e4946811 (plain)
1
2
3
4
5
6
7
8
#ifndef _IPECAMERA_READER_H
#define _IPECAMERA_READER_H

int ipecamera_compute_buffer_size(ipecamera_t *ctx, size_t lines);

void *ipecamera_reader_thread(void *user);

#endif /* _IPECAMERA_READER_H */