This example shows how you can obtain frames from camera a display them on LCD.
By default, the camera interface has following settings:
This very simple example continuously fetches image frames from camera and displays them on LCD using LVGL’s canvas widget.
Kaluga kit with its camera module.
To build and flash the example for a specific {board} and {port}, use the following command:
idf.py -D SDKCONFIG_DEFAULTS=sdkconfig.bsp.{board} -p {port} flash monitor
Make sure the correct board name is set in the main/idf_component.yml file under the dependencies section.
You can also try this example using ESP Launchpad: