#include #include using namespace cv; using namespace std; #define IMG_Width 1280 #define IMG_Height 720 #define USE_DEBUG 1 // 1 Debug 사용 #define USE_CAMERA 0 // 1 CAMERA 사용 0 CAMERA 미사용 #define ROI_CENTER_Y 100 //300 #define ROI_WIDTH 100 //60 #define NO_LINE 20 std::string gstreamer_pipeline (int capture_width, int capture_height, int display_width, int display_height, int framerate, int flip..