mirror of
https://github.com/thead-yocto-mirror/csi_hal
synced 2026-07-02 06:04:52 +02:00
19 lines
457 B
C
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__ */
|