mirror of
https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers.git
synced 2025-01-08 17:11:22 +01:00
7 lines
113 B
C
7 lines
113 B
C
#pragma once
|
|
|
|
#include "camera_common.h"
|
|
|
|
esp_err_t camera_enable_out_clock();
|
|
|
|
void camera_disable_out_clock();
|