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

18 lines
421 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.
*/
#include <stdio.h>
#define LOG_LEVEL 3
#define LOG_PREFIX "camera_ops"
#include <syslog.h>
#include "camera_ops.h"