代码搜索:Camera
找到约 5,548 项符合「Camera」的源代码
代码结果 5,548
www.eeworm.com/read/305289/13775486
c 2440mian..c
#include "2440addr.h"
#include "2440lib.h"
#include "camif.h"
void xmain(void)
{
ChangeClockDivider(3,1);
ChangeMPllValue(127,2,1); //405MHZ
Isr_Init();
Uart_Init(0, 115200);
Uart_Se
www.eeworm.com/read/130130/5963930
m cam_proj_calib.m
%%% This code is an additional code that helps doing projector calibration in 3D scanning setup.
%%% This is not a useful code for anyone else but me.
%%% I included it in the toolbox for illustrati
www.eeworm.com/read/128503/5989725
cmx guidriver.cmx
;Files start
HAL_CAMERA.ps
HAL_DISPLAY.ps
HAL_HOST.ps
HAL_LCD.ps
HAL_LUT.ps
HAL_POWER.ps
HAL_RESIZE.ps
MEGCONFIG.ps
dma_ini.ps
guiGhl.ps
guiIal.ps
guiIhl.ps
guiKeytable.ps
guiPolltime.ps
www.eeworm.com/read/128503/5989753
sym guidriver.sym
Symbol File Section Type Address
gcc2_compiled. HAL_CAMERA.o code local 00c00000
__gnu_compiled_c HAL_CAMER
www.eeworm.com/read/124561/6045626
cpp scene_view.cpp
#include "runner_game.h"
#include "scene_view.h"
#include "d3dtextr.h"
#include "d3dx.h"
SCENE_VIEW::SCENE_VIEW()
{
pGridVB = NULL;
pAttrVB = NULL;
psurMap = NULL;
psurAtt
www.eeworm.com/read/486374/6540607
cpp missiletestview.cpp
// MissileTestView.cpp : implementation of the CMissileTestView class
//
#include "stdafx.h"
#include "MissileTest.h"
#include "MilkshapeModel.h"
#include "MissileTestDoc.h"
#include "Missil
www.eeworm.com/read/260417/11726307
makefile
#
# Makefile for the video capture/playback device drivers.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
www.eeworm.com/read/339620/12216839
m ext_calib2.m
%%%%%%%%%%%%%%%%%%%% SHOW EXTRINSIC RESULTS %%%%%%%%%%%%%%%%%%%%%%%%
if ~exist('show_camera'),
show_camera = 1;
end;
if ~exist('n_ima')|~exist('fc'),
fprintf(1,'No calibration data
www.eeworm.com/read/339620/12217167
m cam_proj_calib.m
%%% This code is an additional code that helps doing projector calibration in 3D scanning setup.
%%% This is not a useful code for anyone else but me.
%%% I included it in the toolbox for illustrati
www.eeworm.com/read/338790/12283476
h new_camif.h
#ifndef _NEW_CAMIF_H
#define _NEW_CAMIF_H
#define cam_PowerOn 1
#define cam_PowerDown 0
#define OV7620
#ifdef OV7620
#define CameraID 0x21
#else//#define OV2610
#define CameraID 0x30
#