5MP Motion Camera JPEG Image and Movie Catcher  1.1.1.1
A CGI interface to capture and display pictures and movies using OpenCV.
debug_output.hpp File Reference
#include <iostream>

Go to the source code of this file.

Macros

#define DEBUG_OUTPUT   1
 
#define DEBUG(...)
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG (   ...)
Value:
do { \
std::cerr << __PRETTY_FUNCTION__ << " line " << __LINE__ << ":" << endl; \
fprintf (stderr, __VA_ARGS__); \
std::cerr << endl; \
} while (0);

◆ DEBUG_OUTPUT

#define DEBUG_OUTPUT   1