代码搜索结果

找到约 4,589 项符合 Camera 的代码

itx11564.htm

Part: Towable Video Camera (Color) Part: Towable Video Camera (Color) American SCUBA Supply Order No.

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.cpp

#include #include "Game.h" #include "Camera.h" CCamera theCamera; extern CPoolGame theGame; const double xmin=-2.5, xmax=2.5, ymin=-1.8, ymax=1.8, zmin=0.3, zmax=1.8;

camera.h

/* Copyright (c) 2007 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (t

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

makefile.txt

1 # 2 # Samsung CIS camera module 3 4 obj-$(CONFIG_VIDEO_SAMSUNG_S5K3AA) += 3xa_sensor.o 5 obj-$(CONFIG_VIDEO_SAMSUNG_S5K3BA) += 3xa_sensor.o 6 obj-$(CONFIG_VIDEO_SAMSUNG_S5K53BA) +=

035-minicam.py

import camera photo = camera.take_photo() photo.save("E:\\Images\\minicam.jpg")

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_

034-viewfinder.py

import camera, appuifw, e32 def viewfinder(img): img.point((100, 100), outline = (255, 0, 0), width = 10) canvas.blit(img) def quit(): camera.stop_finder() lock.sign