代码搜索结果

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

frames.m

function f=frames(sys,Bs,nbr,p,np,cpar) %FRAMES Interface between camera model and optimization routine. %Allows multiple to be used. % %Usage: % f = frames(sys,Bs,nbr,p,np,cpar) % %where

axiscamera.h

/******************************************************************************** * Project : FIRST Motor Controller * File Name : AxisCamera.h * Contributors : ELF * Creat

stereo.cpp

#include #include #include #include #include /* Demonstration OpenGL stereo application */ typedef struct { double x,y,z; } XYZ;

itx11518.htm

Part: Towable Video Camera (B&W) Part: Towable Video Camera (B&W) American SCUBA Supply Order No. 1263

itx11564.htm

Part: Towable Video Camera (Color) Part: Towable Video Camera (Color) American SCUBA Supply Order No.

readme.txt

Code Sample Name: CECamera Feature Area: Camera Description: Take pictures and videos using Camera native API. Usage: Specify the options in the dialog, then press "Start" to launch Camera

readme.txt

This is schematic and Gerber files of PCB that is used for GSM alarm system. This is industrial-grade system with many features like 1-wire (iButton) interface, additional interface for video camer

cgame.h

#ifndef __CGAME_H__ #define __CGAME_H__ // INCLUDES #include #include "MGame.h" #include "3dtypes.h" #include "GLES/egl.h" #include "GLES/gl.h" // FORWARD DECLARATIONS

readme.txt

Code Sample Name: CECamera Feature Area: Camera Description: Take pictures and videos using Camera native API. Usage: Specify the options in the dialog, then press "Start" to launch Camera

light.java

package com.javapatterns.facade.security; public class Light { public void turnOn() { System.out.println("Turning on the camera."); } public void turnOff() { Syste