2024-01-16 04:14:28 -05:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2024-04-10 23:12:26 -04:00
|
|
|
* @brief ISP peripheral contains many submodules, whose drivers are scattered in different header files.
|
|
|
|
* This header file serves as a prelude, contains every thing that is needed to work with the ISP peripheral.
|
2024-01-16 04:14:28 -05:00
|
|
|
*/
|
|
|
|
|
2024-04-10 23:12:26 -04:00
|
|
|
#pragma once
|
2024-01-16 04:14:28 -05:00
|
|
|
|
2024-04-10 23:12:26 -04:00
|
|
|
#include "driver/isp_core.h"
|
2024-07-24 03:47:48 -04:00
|
|
|
#include "driver/isp_ae.h"
|
2024-04-10 23:12:26 -04:00
|
|
|
#include "driver/isp_af.h"
|
2024-05-31 13:50:25 -04:00
|
|
|
#include "driver/isp_awb.h"
|
2024-05-20 22:21:49 -04:00
|
|
|
#include "driver/isp_bf.h"
|
2024-05-31 13:50:25 -04:00
|
|
|
#include "driver/isp_ccm.h"
|
2024-08-27 04:53:36 -04:00
|
|
|
#include "driver/isp_demosaic.h"
|
|
|
|
#include "driver/isp_gamma.h"
|
2024-06-05 05:01:12 -04:00
|
|
|
#include "driver/isp_hist.h"
|
2024-08-27 04:53:36 -04:00
|
|
|
#include "driver/isp_sharpen.h"
|