代码搜索结果
找到约 5,548 项符合
Camera 的代码
usb camera driver
1。 目前在7403平台上可以正常使用的USB摄像头驱动程序为:gspcav1-20071224版本
2。 加载该驱动之前需要现先加载videodev.ko驱动模块
3。 USB摄像头抓图软件采用的是mouse_capture-daily3
camera.cs
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.WindowsMobile.DirectX;
using Microsoft.WindowsMobile.DirectX.Direct3D;
using WorldWindow;
namespace cfWor
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
#include "pmplatform.h"
#include "s2440.h"
#include "camif.h"
#include "camera.h"
#defi
camera.h
#ifndef __CAMERA_H_
#define __CAMERA_H_
#ifdef __cplusplus
extern "C" {
#endif
BOOL CIS_Close(DWORD hOpenContext);
BOOL CIS_Deinit(DWORD hDeviceContext);
DWORD CIS_Init(DWORD dwContext);
D
camera.cpp
#include "stdafx.h"
#include "Camera.h"
#include "PropertyBag.h"
STDAPI VarBstrCmp(BSTR bstrLeft, BSTR bstrRight, LCID lcid, ULONG dwFlags) // dwFlags passed to CompareString
{
int nRet = wc
camera.h
#ifndef _CAMERA_H_
#include // DirectShow
#include
#include
#include "CameraImageRenderer.h"
#include "wmcodecs.h" // Window Media Player
#define WM_GR