From f290bdc333b01dbc5f695236e0b72db1ac2a67d5 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 23 Jul 2015 18:36:04 +0200 Subject: Support for new CMOSIS 20MPix camera --- env.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 env.h (limited to 'env.h') diff --git a/env.h b/env.h new file mode 100644 index 0000000..46e4459 --- /dev/null +++ b/env.h @@ -0,0 +1,23 @@ +#ifndef _IPECAMERA_ENV_H +#define _IPECAMERA_ENV_H + +typedef enum { + IPECAMERA_DEBUG_RAW_FRAMES_ENV, + IPECAMERA_DEBUG_BROKEN_FRAMES_ENV, + IPECAMERA_DEBUG_RAW_PACKETS_ENV, + IPECAMERA_DEBUG_HARDWARE_ENV, + IPECAMERA_DEBUG_FRAME_HEADERS_ENV, + IPECAMERA_MAX_ENV +} ipecamera_env_t; + +#ifdef __cplusplus +extern "C" { +#endif + +const char *ipecamera_getenv(ipecamera_env_t env, const char *var); + +#ifdef __cplusplus +} +#endif + +#endif /* _IPECAMERA_ENV_H */ -- cgit v1.2.3