摘要:
将ov9650的驱动编译进内核Device Drivers ---> Multimedia support ---> OV9650 on the S3C2440 driver查看这项的help,可知符号Symbol: S3C2440_CAMERA [=y] 在目录/opt/FriendlyArm/mini2440/linux-2.6.32.2/drivers/media/video的Makefile里面找到以下2行obj-$(CONFIG_S3C2440_CAMERA) += s3c2440camera.os3c2440camera-objs := s3c2440_ov9650.o 阅读全文
摘要:
先贴出plugins/input_s3c2410/s3c2410.h里的几个重要的macro和struct/* in case default setting */
#define WIDTH 1280
#define HEIGHT 1024
#define BPPIN 8
#define OUTFRMNUMB 1
#define NB_BUFFER 4 struct frame_t{ char header[5]; int nbframe; //记录当前是第几帧 double seqtimes; //记录转换... 阅读全文