First commit to add an example with the TTGO Camera Plus device

- For now, the example gets an image from the camera and puts it on the LCD
	- TODO: image is rotated and refresh rate not good
This commit is contained in:
Joachim
2020-08-25 16:52:45 +02:00
parent 3495698b35
commit f5896a3609
479 changed files with 321621 additions and 0 deletions

View File

@ -0,0 +1,17 @@
/*
* ** File generated automatically, do not modify **
*
* This file defines the list of modules available in current build configuration
*
*
*/
// This definition means that OpenCV is built with enabled non-free code.
// For example, patented algorithms for non-profit/non-commercial use only.
/* #undef OPENCV_ENABLE_NONFREE */
#define HAVE_OPENCV_CORE
#define HAVE_OPENCV_IMGCODECS
#define HAVE_OPENCV_IMGPROC