5 lines
57 B
C
5 lines
57 B
C
|
#pragma once
|
||
|
#include "esp_camera.h"
|
||
|
|
||
|
bool initCamera();
|