代码搜索结果

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

073-jsonphotosender.py

import json, socket, camera, appuifw PHOTO_FILE = u"E:\\Images\\temp.jpg" def send_photo(name, jpeg): msg = {"jpeg": jpeg, "name": name} sock = socket.socket(socket.AF_INET,\

makfile

#Makefile all: GLoo.a CXXFLAGS=-Wall -O2 -g LOADLIBES=LDLIBS = -lglut -lGL -lGLU -lXmu -lX11 -lm -L/usr/X11R6/lib CC=g++ GLoo.a: Gloo.a(Node.o Camera.o Color.o Cube.o GLViewer.o Geometry.o Light.o

camera.cs

using System; using System.Collections; using Microsoft.DirectX; using Microsoft.DirectX.Direct3D; namespace GameEngine { /// /// Summary description for Camera. ///

body.txt

Motion detected from camera-01 !

camera.h

// window system independent camera view code typedef enum { cd_wire, cd_solid, cd_texture, cd_light, cd_blend } camera_draw_mode; typedef struct { int width, height; qboo

camera.h

//----------------------------------------------------------------------------- // // $Logfile:: /Quake 2 Engine/Sin/code/game/camera.h $ // $Revision:: 25

camera.he

class { const int CMD_BACK = 1; const int CMD_CAPTURE = 2; MenuItem BACK = new MenuItem(CMD_BACK, "Back"); MenuItem CAPTURE = new MenuItem(CMD_CAPTURE, "Capture");

cim.patch

diff -Nbur linux26-cvs/drivers/char/au1xxx_cim.c linux26-cvs.camera/drivers/char/au1xxx_cim.c --- linux26-cvs/drivers/char/au1xxx_cim.c 1969-12-31 18:00:00.000000000 -0600 +++ linux26-cvs.camera/drive

readme.axis_2100

Using motion with the Axis 2100 network camera First compile the motion binary as described in README and INSTALL Then edit motion.conf: Add your axis cameras ip address to the netcam_url paramter in

untitled.m

I=imread('camera.gif'); I = I(81:112,37:68); imshow(I)