/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 env.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
#ifndef _IPECAMERA_ENV_H
 
2
#define _IPECAMERA_ENV_H
 
3
 
 
4
typedef enum {
 
5
    IPECAMERA_DEBUG_RAW_FRAMES_ENV,
 
6
    IPECAMERA_DEBUG_BROKEN_FRAMES_ENV,
 
7
    IPECAMERA_DEBUG_RAW_PACKETS_ENV,
 
8
    IPECAMERA_DEBUG_HARDWARE_ENV,
 
9
    IPECAMERA_DEBUG_FRAME_HEADERS_ENV,
 
10
    IPECAMERA_MAX_ENV
 
11
} ipecamera_env_t;
 
12
 
 
13
#ifdef __cplusplus
 
14
extern "C" {
 
15
#endif
 
16
 
 
17
const char *ipecamera_getenv(ipecamera_env_t env, const char *var);
 
18
 
 
19
#ifdef __cplusplus
 
20
}
 
21
#endif
 
22
 
 
23
#endif /* _IPECAMERA_ENV_H */