代码搜索结果
找到约 5,548 项符合
Camera 的代码
cvcamgetproperty.chf
int cvcamGetProperty(int camera, char* property, void* value) {
void *fptr;
int retval;
fptr = dlsym(_Chcvcam_handle, "cvcamGetProperty_chdl");
if(fptr == NULL) {
fprint
cvcamsetproperty.chf
int cvcamSetProperty(int camera, char* property, void* value) {
void *fptr;
int retval;
fptr = dlsym(_Chcvcam_handle, "cvcamSetProperty_chdl");
if(fptr == NULL) {
fprint
smartw.ini
[TWAIN]
Version= 1.00 ,July 1999
Manufacturer= Winbond Custom Electron Dep.
ProductFamily=Winbond W9968
ProductName= W9968 PC Camera v1.0
controlcamera.cpp
// ControlCamera.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "ControlCamera.h"
#include "ReceiveMessage.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#un
bt832.h
/* Bt832 CMOS Camera Video Processor (VP)
The Bt832 CMOS Camera Video Processor chip connects a Quartsight CMOS
color digital camera directly to video capture devices via an 8-bit,
4:2:2 YUV or
068-photouploader.py
import camera, httplib
PHOTO = u"e:\\Images\\photo_upload.jpg"
def photo():
photo = camera.take_photo()
photo.save(PHOTO)
def upload():
image = file(PHOTO).read()
conn = httpl
086-wsserver.py
import e32, json, camera, graphics, sysinfo, urllib
URL = "http://192.168.0.2:9000"
def json_request(req):
enc = json.write(req)
return json.read(urllib.urlopen(URL, enc).read())
def take_
cameraapp_s60_3rd_ed.pkg
; CameraApp_s60_3rd_ed.pkg
;
;Language - standard language definitions
&EN
; standard SIS file header
#{"CameraApp"},(0xE01FF1d8),2,0,0
;Localised Vendor name
%{"Forum Nokia-EN"}
;Unique
3dkit.h
/*
3DKIT version 1.2
High speed 3D graphics and rendering library for Linux.
Copyright (C) 1996, 1997 Paul Sheer psheer@icon.co.za
This library is free software; you can redi
bt832.h
/* Bt832 CMOS Camera Video Processor (VP)
The Bt832 CMOS Camera Video Processor chip connects a Quartsight CMOS
color digital camera directly to video capture devices via an 8-bit,
4:2:2 YU