代码搜索结果

找到约 5,548 项符合 Camera 的代码

adcm2650.c

/* * adcm2650.c * * ADCM 2650 Camera Module driver. * * Copyright (C) 2003, Intel Corporation * Copyright (C) 2003, Montavista Software Inc. * * Author: Intel Corporation Inc. *

adcm2650_011.c

/* * adcm2650.c * * ADCM 2650 Camera Module driver. * * Copyright (C) 2003, Intel Corporation * Copyright (C) 2003, Montavista Software Inc. * * Author: Intel Corporation Inc. *

dc2xx.c

/* * Copyright (C) 1999-2000 by David Brownell * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Pu

dc2xx.c

/* * Copyright (C) 1999-2000 by David Brownell * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Pu

main.c

//相机控制器程序 //使用89C51线路板 // //2005-09-12支持995和20D //2005-11-2加入地方恒星时计算 #include //======================= //定义I/O资源 //======================= //4X4键盘扫描,P1 sbit SCAN1=P1^4;

preferences.h

void pref_dialog(GtkWidget *widget, struct Camera *camera); void read_pref_file(FILE *input, struct Camera *camera); void apply_prefs(GtkWidget *widget, struct Camera *camera); void ok_prefs(GtkWidget

save.h

/* struct Page_Ppm { GtkWidget *frame_ppm; GtkWidget *label_ppm; GtkWidget *radio_raw_ppm; GtkWidget *radio_ascii_ppm; GtkWidget *vbox_ppm; GSList *group_ppm; }; struct Page_Jpeg { Gtk

bld.inf

/*Remote Camera*/ PRJ_MMPFILES remotecam.mmp remotecamparser.mmp

38998

Newsgroups: comp.graphics Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!uunet!infonode!ingr!b8!smt_6.b21.ingr.com!jdryburn From: jdryburn@smt_6.b21.ingr.com (Joe Ryburn) Subject: S

object.h

#ifndef __OBJECT_H #define __OBJECT_H #include "tree.h" #include "vector.h" #include "camera.h" /* OBJECT.H The CObject class OpenGL Game Programming Author: Kevin Hawkins Dat