#include #include #include int main () { initGraphics(); initCV(); while (true) { cvFrame(); graphicsFrame(); cvShowFrame(); } }