代码搜索结果

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

readbarc.pan

/* ReadBarC.pan. Panics for the ReadBarC application. This code is a derivative work of the SnapShot example application distributed with the Symbian 6.0 SDK. Copyright (C) 2006 Jon A. Webb

changelog

dev 0-0 laputa : release 0.0 camera device driver module & test application - Video_4_Linux : Video for Linux camera devicedriver & test application - v4l

changelog

dev 0-0 laputa : release 0.0 camera device driver module & test application - Video_4_Linux : Video for Linux camera devicedriver & test application - v4l

camcald4.m

% CAMCALD4 Compute partial camera calibration from four coplanar data points % % C = CAMCALD4(D) % % Solve the camera calibration using a least squares technique. Input is a table % of data points,

readme.txt

坦克大战2005 作者: SZK8888 版本VER 0.41 更新日期 2005-07-18 ★游戏源代码列表: ------------------------------------------------ TANK041.c 坦克大战源代码 graph.c 图形初始化函数 2Dmath.c 2D数学函数 camera.c

readme.txt

------------------------------ Webcam driver for Windows CE ------------------------------ 1.zc030x.dll - 中星微301系列摄象头驱动程序 支持操作系统: Windows CE.NET 4.2, Windows CE 5.0 支持硬件平台: X86, A

camcald4.m

% CAMCALD4 Compute partial camera calibration from four coplanar data points % % C = CAMCALD4(D) % % Solve the camera calibration using a least squares technique. Input is a table % of data points,

camcald4.m

% CAMCALD4 Compute partial camera calibration from four coplanar data points % % C = CAMCALD4(D) % % Solve the camera calibration using a least squares technique. Input is a table % of data points,

game.cpp

#include "game.h" #include #include #include #include //////////////////////////////////////////////

cvcamgetpropertieslist.chf

int cvcamGetPropertiesList(int camera, char** properties, int count) { void *fptr; int retval; fptr = dlsym(_Chcvcam_handle, "cvcamGetPropertiesList_chdl"); if(fptr == NULL) {