代码搜索结果

找到约 5,548 项符合 Camera 的代码

readbarc.cshlp

0x20003e29 F:\Symbian\7.0s\Nokia_6600_Camera_Plugin\Series60Ex\ReadBarC\help\

sources

!if 0 Copyright (c) 2002 DST Corporation. All rights reserved. !endif !if "$(BSP_NOCAMERA)" == "1" SKIPBUILD=1 !endif TARGETNAME=camera RELEASETYPE=PLATFORM TARGETTYPE=DYNLINK TARGETLI

cube.h

#pragma once #include "sphere.h" float frame_interval; class CCube :public CObject { public: float hside; CSphere bsphere; float angle; float speed; bool showcube,showsphere; float

commandscommon.ra

// CommandsCommon.ra RESOURCE QIK_COMMAND_LIST r_myp990camera_baseview_portrait_commands { items= { // commands for choosing save drive QIK_COMMAND { id = EMyCmdSaveDriveMenu

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

camtimer.pkg.bak

; ; Install file for CamTimer ; For device ; ; Languages - &EN ; Installation header ; Application UID #{"CamTimer v1.1"},(0x101F5462),1,10,0 ; Required line for all Series 60 applicat

camtimer.pkg

; ; Install file for CamTimer ; For device ; ; Languages - &EN ; Installation header ; Application UID #{"CamTimer v1.1"},(0x101F5462),1,10,0 ; Required line for all Series 60 applicat

show_stereo_calib_results.m

fprintf(1,'\nStereo calibration parameters:\n'); fprintf(1,'\n\nIntrinsic parameters of left camera:\n\n'); fprintf(1,'Focal Length: fc_left = [ %3.5f %3.5f ]

visjac_p.m

%VISJAC_P Visual motion Jacobian % % J = visjac_p(uv, z) % J = visjac_p(uv, z, f) % J = visjac_p(uv, z, cp) % % Compute the visual Jacobian giving image-plane velocity in terms of % camera velocity.

firewire.c

/* firewire.c * * Firewire camera interface for Linux * * handle = firewire(port, [res], color, rate) * im = firewire(handle) * * $Header: /home/autom/pic/cvsroot/image-toolbox/firewire.c,v 1.2