mirror of
https://github.com/thead-yocto-mirror/csi_hal
synced 2026-06-28 20:25:00 +02:00
18 lines
421 B
C
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"
|
|
|