代码搜索结果
找到约 5,548 项符合
Camera 的代码
spca5xx.h
#ifndef SPCA50X_H
#define SPCA50X_H
/*
* Header file for SPCA50x based camera driver. Originally copied from ov511 driver.
* Originally by Mark W. McClelland
* SPCA50x version by Joel Crisp; all b
eeprom.c
/*
create by hzh, to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
#define SLV_ADDR_CAMERA 0x5a
void m
spca5xx.h
#ifndef SPCA50X_H
#define SPCA50X_H
/*
* Header file for SPCA50x based camera driver. Originally copied from ov511 driver.
* Originally by Mark W. McClelland
* SPCA50x version by Joel Crisp; all b
eeprom.c
/*
to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
#define SLV_ADDR_CAMERA 0x42//0x5a
void mdelay(int
makefile
# BLX camera display
# ./vidcat -fdisplay -d/dev/v4l/video0 or ./vidcat -fdisplay
# need X11 lib
#
CC = arm-linux-gcc
#CFLAGS = -DVIDEO_DEV=\"/dev/video\" -DHAVE_LIBJPEG -DHAVE_X11 -I /usr/X11R6/
makefile~
# BLX camera display
# ./vidcat -fdisplay -d/dev/v4l/video0 or ./vidcat -fdisplay
# need X11 lib
#
CC = arm-linux-gcc
#CFLAGS = -DVIDEO_DEV=\"/dev/video\" -DHAVE_LIBJPEG -DHAVE_X11 -I /usr/X11R6/
eeprom.c
/*
to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
#define SLV_ADDR_CAMERA 0x42//0x5a
void mdelay(int
eeprom.c
/*
to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
#define SLV_ADDR_CAMERA 0x42//0x5a
void mdelay(int
eeprom.c
/*
to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
#define SLV_ADDR_CAMERA 0x42//0x5a
void mdelay(int
frame_get.c
#include"init.h"
#include"camera_drive.h"
///for dam buffers;
dma_descriptor DMA_ARRAY[2];
dsect(l1a,4,rw) unsigned char in_buf1[512*2];
dsect(l1b,4,rw) unsigned char in_buf2[512*2];
dsect