代码搜索结果
找到约 4,589 项符合
Camera 的代码
aboutform.cs
// Camera Vision
//
// Copyright
copyright.txt
Camera Vision
Copyright
example
Heres a short example of how to use the [stereo]camera model:
Open Matlab, change to the directory where copied the camera models and type:
load toydata\ThirdOrderParams.mat % this loads the fla
getleftcamera.m
function cam = getLeftCamera(ste)
%
% cam = GETLEFTCAMERA(ste)
%
% Returns CameraModel of the stereocamera's left camera.
%
%
%
%
%
cam = ste.leftCam;
getrightcamera.m
function cam = getRightCamera(ste)
%
% cam = GETRIGHTCAMERA(ste)
%
% Returns CameraModel of the stereocamera's right camera.
%
%
%
%
%
cam = ste.rightCam;
camif_mx2ads.c
/* drivers/media/video/mx2ads/camif_mx2ads.c
*
* Implementation of Camera Interface for MX2ADS platform.
* this driver based on media/video/omap/camif_innovator.c
*
* Copyright (C) 2004 MontaVist
camif.h
/*
* drivers/media/video/mx2ads/camif.h
*
* Definition of Camera Interface. Abstracts the low-level
* camera interface hardware.
*
* Author: MontaVista Software, Inc.
* stevel@mvis
cpia.h
#ifndef cpia_h
#define cpia_h
/*
* CPiA Parallel Port Video4Linux driver
*
* Supports CPiA based parallel port Video Camera's.
*
* (C) Copyright 1999 Bas Huisman,
* Peter Pre
.video.o.flags
ifeq (videodev.o camera.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += video.o
endif
camif_innovator.c
/*
* camif_innovator.c
*
* Implementation of Camera Interface for OMAP1510 Innovator platform.
*
* Copyright (C) 2003-2004 MontaVista Software, Inc.
*
* Author: MontaVista Software, Inc.
*