reduce the default resolution to 1080p

pull/3471/head
kallaballa 3 years ago
parent 50785b00d6
commit ddc7c80761
  1. 4
      src/tetra/tetra-demo.cpp

@ -24,8 +24,8 @@
#include <opencv2/core/ocl.hpp>
#include <opencv2/core/opengl.hpp>
constexpr off_t WIDTH = 3840;
constexpr off_t HEIGHT = 2160;
constexpr off_t WIDTH = 1920;
constexpr off_t HEIGHT = 1080;
constexpr double FPS = 30;
using std::cout;

Loading…
Cancel
Save