3#if defined __GNUC__ && !defined CVB_SHOW_WARNINGS
4# pragma GCC system_header
7#include "../namespace.hpp"
20const int DelayGroup = 0;
21const int CurrentImageIndexGroup = 1;
22const int ImageCountGroup = 2;
29 DC_FILENAME_CURRENT = 0x00000100,
30 DC_FILENAME_NEXT = 0x00000101,
31 DC_FILENAME_PREVIOUS = 0x00000102,
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17