代码搜索结果
找到约 4,589 项符合
Camera 的代码
makefile
#Pelco_p makefile
CC = arm-uclibc-linux-g++
Pelco_p:PTZ.o Camera.o Common.hxx COM.o Pelco_p.o Ppmain.o
$(CC) -o Pelco_p PTZ.o Camera.o COM.o Pelco_p.o Ppmain.o
PTZ.o:PTZ.hxx PTZ.cxx
$(CC) -c -g PTZ.
camera.cxx
#include "Camera.hxx"
CCamera::CCamera(byte fFar,byte fNear,byte iOpen,byte iClose,byte cOnOff,byte amScan)
{
FocusFar = fFar;
FocusNear = fNear;
IrisOpen = iOpen;
IrisClose =
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
camera.def
;
; Windows CE camera Driver. Written by jabez (mostek@dstcorp.com)
;
LIBRARY CAMERA
EXPORTS
CIS_Close
CIS_Deinit
CIS_Init
CIS_IOControl
CIS_Open
CIS_PowerDown
CIS_PowerUp
CIS_Read
camera.cpp
#include
#include
//#include
#include
#include "pmplatform.h"
#include
#include
#include
#include "camif.h"
#inc
sources
!if 0
Copyright (c) 2002 DST Corporation. All rights reserved.
!endif
!if "$(BSP_NOCAMERA)" == "1"
SKIPBUILD=1
!endif
TARGETNAME=camera
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK
TARGETLI
camera.cpp
/*
* Copyright (c) 2005-2006,华南理工大学机器人实验室
* All rights reserved.
*
* 文件名称:camera.cpp
* 文件标识:
* 摘 要:图像采集类的实现
*
* 当前版本:1.0
* 作 者:朱金辉
* 完成日期:
*
* 取代版本:
* 作 者:
* 完成日期:
*/
#inc
spmsgb132.txt
Subject: skytop sale - - save over $ 100 on a digital camera !
if you ' ve be search for a high-resolution , feature-laden digital camera that produce image with incredible level of detail and color
readme.txt
press F1 : to switch between full screen and not full screen
F4 : to see the wireframe of the player's collision hull
arrow up : to move camera up
arrow down : to move camera down
w : to
object.h
#pragma once
#include "gl/freeglut.h"
#include
#include "engine.h"
#include "vector.h"
#include "camera.h"
using namespace std;
class CObject
{
public:
string type;
CObjec