代码搜索结果
找到约 5,548 项符合
Camera 的代码
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.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
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
// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// *********************************
camera.cpp
/* -*-c++-*- Producer - Copyright (C) 2001-2004 Don Burns
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) ve
camera.h
/* -*-c++-*- Producer - Copyright (C) 2001-2004 Don Burns
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) ve
camera.cpp
/**********************************************************************
*
* FILE: Camera.cpp
*
* DESCRIPTION: Read/Write osg::Camera in binary format to disk.
*
* CREATED
camera.h
#ifndef IVE_CAMERA
#define IVE_CAMERA 1
#include
#include "ReadWrite.h"
namespace ive{
class Camera : public osg::Camera, public ReadWrite {
public:
void write(DataOutputStream* out);
camera.cpp
/*
* The 3D Studio File Format Library
* Copyright (C) 1996-2001 by J.E. Hoffmann
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify