esp-who/examples/camera_terminal/main/app_main.cpp

9 lines
141 B
C++
Raw Normal View History

2021-07-29 20:48:55 +08:00
#include "app_camera.hpp"
#include "app_dl.h"
2021-07-16 16:20:24 +08:00
extern "C" void app_main()
{
2021-07-29 20:48:55 +08:00
app_camera_init(FRAMESIZE_QVGA, 12, 2);
2021-07-16 16:20:24 +08:00
app_dl_init();
}