Files
csi_hal/examples/camera/camera_demo3_srcs/camera_ops.h
2022-09-13 10:34:38 +08:00

19 lines
457 B
C

/*
* Copyright (C) 2021 Alibaba Group Holding Limited
* Author: LuChongzhi <chongzhi.lcz@alibaba-inc.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __CAMERA_OPS_H__
#define __CAMERA_OPS_H__
#include <stdio.h>
#include <csi_camera.h>
#include <camera_manager.h>
#endif /* __CAMERA_OPS_H__ */