代码搜索结果
找到约 5,548 项符合
Camera 的代码
camera.cs
// Motion Detector
//
// Copyright ?Andrew Kirillov, 2005
// andrew.kirillov@gmail.com
//
namespace motion
{
using System;
using System.Drawing;
using System.Threading;
using VideoSource
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
#if (BSP_TYPE == BSP_SMDK
camera.h
#ifndef __CAMERA_H_
#define __CAMERA_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "i2c.h"
typedef enum _CIS_STATE {
UNINITIALIZED,
INITIALIZE,
RUN,
SUSPEND,
camera.cpp
/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*-
this file is part of rcssserver3D
Fri May 9 2003
Copyright (C) 2003 Koblenz University
$Id: camera.cpp,v 1.7 2004/04/12 17:18
camera.h
/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*-
this file is part of rcssserver3D
Fri May 9 2003
Copyright (C) 2002,2003 Koblenz University
Copyright (C) 2003 RoboCup Socce
camera.cpp
/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*-
this file is part of rcssserver3D
Fri May 9 2003
Copyright (C) 2002,2003 Koblenz University
Copyright (C) 2003 RoboCup Socce