代码搜索结果

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

main.js

var Library = {}; Library.ease = function () { this.target = 0; this.position = 0; this.move = function (target, speed) { this.position += (target - this.position) * speed; } } var t

readme

1394-Based Digital Camera Control Library ========================================= 1. About the 1394-Based Digital Camera Control Library This library provides

dc1394_capture.c

/* * 1394-Based Digital Camera Capture Code for the Control Library * * Written by Chris Urmson * * This library is free software; you can redistribute it and/or * modify it

wzwindow.html

WZ 1.1: Window management Window management Key description The following are general keys (alternatives in bracket

gcamera.m

%GCAMERA graphical camera model % % H = GCAMERA(NAME, C, DIMS) % % Create a graphical camera with name NAME, pixel dimensions given by % DIMS = [xmin xmax ymin ymax] for the axes, and calibration mat

light.java

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

mobileguncamera.java

import javax.microedition.lcdui.*; import javax.microedition.m3g.*; public class MobileGunCamera { // initial camera position private static final float X_POS = 0.0f; private stat

cameramanager.cpp

/** * * @brief Definition of CCameraManager * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ // INCLUDE FILES // Class include #include "CameraManager.h" // System includes

repository

M288PRJ/ssa/Drivers/Common/camera/src_hal

repository

M288PRJ/ssa/Drivers/Common/camera/src_lib