/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_DATA_H
2
#define _IPECAMERA_DATA_H
3
4
void *ipecamera_preproc_thread(void *user);
5
6
#endif /* _IPECAMERA_DATA_H */