代码搜索结果

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

v2a.asm.txt

ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project involves the design and implementation of a audio synthesis device that converts moving images into

exescope.ini

[Window] Left=-4 Top=-4 Width=1288 Height=778 [DlgWin] Left=171 Top=215 [Recent] 0=C:\sys\ZC030X_WCE_1.2.0.1\BIN\ARMV4\webcam.exe 1=C:\sys\ZC030X_WCE_1.2.0.1\SDK\samples\Testzc030x\main.c 2

dc1394_control.h

/* * 1394-Based Digital Camera Control Library * Copyright (C) 2000 SMART Technologies Inc. * * Written by Gord Peters * Additions by Chris Urmson

lightsource.java

public class LightSource{ public static vector s1_ = new vector(0,10,-5); public static vector s1 = new vector(0, 10,-5); public static void update(){ s1.set(s1_); s1.subtract(camera.p

程序说明.txt

***智能监视系统*** 程序运行时需要视频捕捉设备,如果没有,请安装USB_<mark>CAMERA</mark>目录下的设备驱动程序。 ***停车场收费系统*** 先安装sql server , 其中sa用户没有口令,再使用sql目录下的sql文件建立新数据库。 ***高校银卡系统*** 先安装sql server , 其中sa用户没有口令,再使用sql目录下的sql文件 ...

libdc1394.c

/* * IIDC1394 grab interface (uses libdc1394 and libraw1394) * Copyright (c) 2004 Roman Shaposhnik * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and

torr_linear_etopx.m

% By Philip Torr 2002 % copyright Microsoft Corp. %takes an essential matrix and a set of corrected matches, and outputs projection matrices, 3D points etc %all via linear estimation; need camera

vgg_x_from_xp_lin.m

%vgg_X_from_xP_lin Estimation of 3D point from image matches and camera matrices, linear. % X = vgg_X_from_xP_lin(x,P,imsize) computes projective 3D point X (column 4-vector) % from its project

jsonphotosender.py

import json, socket, camera, appuifw PHOTO_FILE = u"E:\\Images\\temp.jpg" def send_photo(name, jpeg): msg = {"jpeg": jpeg, "name": name} sock = socket.socket(socket.AF_INET,\