mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 19:46:54 +03:00
8 lines
113 B
C
8 lines
113 B
C
#pragma once
|
|
|
|
#include "camera_common.h"
|
|
|
|
esp_err_t camera_enable_out_clock();
|
|
|
|
void camera_disable_out_clock();
|