mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 01:57:43 +08:00

- lvgl init was already done in `lvgl_gui` component (in `lvgl.c`), and this method called `lvgl_lcd_hal_init()` - `lv_tick()` was also initialized to be called each 1ms - `lv_task_handler()` was also initialized to be called each 5ms
TTGO demo
This demo purpose is to see the cross-compiled OpenCV library working on the esp32, using an OV2640 camera and an LCD.
The demo gets an image from the camera, then depending on the DisplayMode, applies a Grayscale, Binary or Canny filter on it and finally set it on the LCD.