/alps/ipecamera

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to env.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-08-05 17:27:19 UTC
  • Revision ID: csa@suren.me-20150805172719-nbqb4pig9y135pxy
Introduce API debugging

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    IPECAMERA_DEBUG_RAW_PACKETS_ENV,
8
8
    IPECAMERA_DEBUG_HARDWARE_ENV,
9
9
    IPECAMERA_DEBUG_FRAME_HEADERS_ENV,
 
10
    IPECAMERA_DEBUG_API_ENV,
10
11
    IPECAMERA_MAX_ENV
11
12
} ipecamera_env_t;
12
13