⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 soc_camera_platform.h

📁 trident tm5600的linux驱动
💻 H
字号:
/* * Generic Platform Camera Driver Header * * Copyright (C) 2008 Magnus Damm * * 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 __SOC_CAMERA_H__#define __SOC_CAMERA_H__#include <linux/videodev2.h>struct soc_camera_platform_info {	int iface;	char *format_name;	unsigned long format_depth;	struct v4l2_pix_format format;	unsigned long bus_param;	void (*power)(int);	int (*set_capture)(struct soc_camera_platform_info *info, int enable);};#endif /* __SOC_CAMERA_H__ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -