/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to reader.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-07-23 16:36:04 UTC
  • Revision ID: csa@suren.me-20150723163604-5ot6xjmom62zbosy
Support for new CMOSIS 20MPix camera

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _IPECAMERA_READER_H
2
2
#define _IPECAMERA_READER_H
3
3
 
4
 
int ipecamera_compute_buffer_size(ipecamera_t *ctx, size_t lines);
 
4
int ipecamera_compute_buffer_size(ipecamera_t *ctx, ipecamera_format_t format, size_t header_size, size_t lines);
5
5
 
6
6
void *ipecamera_reader_thread(void *user);
7
7