回覆:瑞芯微RV1106通过MIPI CSI-2 D-PHY接口驱动OV5640摄像头并拍摄照片照片的采集速度很快,但是板载flash的读写速度很慢。
2592x1944分辨率下,每张bmp照片的大小是14.4MB,保存一张照片到flash上要好几秒。 板载flash空间有限,最多只... |
回覆:瑞芯微RV1106通过MIPI CSI-2 D-PHY接口驱动OV5640摄像头并拍摄照片【串口输出】
luckfox login: root Password: Login incorrect luckfox login: root Password... |
回覆:瑞芯微RV1106通过MIPI CSI-2 D-PHY接口驱动OV5640摄像头并拍摄照片【test\ov5640\Makefile】
CC=../../tools/linux/toolchain/arm-rockchip830-linux-uclibcgnueabihf/b... |
回覆:瑞芯微RV1106通过MIPI CSI-2 D-PHY接口驱动OV5640摄像头并拍摄照片【test\ov5640\bmp.h】
#define MAX_PATH 260 #define BI_RGB 0 typedef int32_t LONG; type... |
回覆:瑞芯微RV1106通过MIPI CSI-2 D-PHY接口驱动OV5640摄像头并拍摄照片【拍照程序:test\ov5640\ov5640.c】
#include <fcntl.h> #include <linux/v4l2-subdev.h>... |
回覆:瑞芯微RV1106通过MIPI CSI-2 D-PHY接口驱动OV5640摄像头并拍摄照片【sysdrv\source\kernel\drivers\phy\rockchip\phy-rockchip-csi2-dphy.c】
在csi2_dphy_g_frame_inter... |
回覆:瑞芯微RV1106通过MIPI CSI-2 D-PHY接口驱动OV5640摄像头并拍摄照片【sysdrv\source\kernel\drivers\media\platform\rockchip\cif\mipi-csi2.c】
添加函数: static int cs... |
回覆:瑞芯微RV1106通过MIPI CSI-2 D-PHY接口驱动OV5640摄像头并拍摄照片添加ov5640_mbus_config函数:
#define OV5640_LANES 2 static int ov5640_mbus_config(struct v4l2_s... |
回覆:瑞芯微RV1106通过MIPI CSI-2 D-PHY接口驱动OV5640摄像头并拍摄照片【sysdrv\source\kernel\drivers\media\i2c\ov5640.c】
包含头文件: #include <linux/rk-camera-modu... |
回覆:瑞芯微RV1106通过MIPI CSI-2 D-PHY接口驱动OV5640摄像头并拍摄照片【sysdrv\source\kernel\arch\arm\configs\luckfox_rv1106_linux_defconfig】
在CONFIG_VIDEO_RK_IRCUT... |