Location:
Search - delphi AVICAP
Search list
Description: 视频图像捕捉程序,能捕捉视频中的任意图片。-video capture process, can capture video images of arbitrary.
Platform: |
Size: 173056 |
Author: scl |
Hits:
Description: delphi 视频采集源代码,可以稍加修改用在自己的应用中-delphi Video Capture source code can be used in some amendments to their application
Platform: |
Size: 279552 |
Author: liuym |
Hits:
Description: unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls,
ExtCtrls, avicap, mmsystem, dsgnintf
// Types for event-procedures
type
TCapStatusProc = procedure(Sender: TObject) of object
TCapStatusCallback = procedure(Sender: TObject nID: integer status: string)
of object
TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object
TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object
// Property Editor for driver selection
type
TDrivereditor = class(TPropertyEditor)
function GetAttributes: TPropertyAttributes override
procedure GetValues(Proc: TGetStrProc) override
function GetValue: string override
procedure SetValue(const Value: string) override
end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject) of object TCapStatusCallback = procedure (Sender: TObject nID: integer status: string) of object TVideoStream = procedure (sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure (sender: TObject lpWHdr: PWAVEHDR) of object// Property Editor for driver selectiontype TDrivereditor = class (TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues (Proc: TGetStrProc) override function GetValue: string override procedure SetValue (const Value: string) override end
Platform: |
Size: 54272 |
Author: 123456 |
Hits:
Description: 使用数字视频软件包VFW中的AVICap窗口类 进行视频捕捉的源码-The use of digital video software packages VFW in AVICap video capture window class for the source
Platform: |
Size: 53248 |
Author: tommy |
Hits:
Description: delphi照相程序,调用windows API 使用摄像头照相,-delphi photographic procedures, the use of windows API call camera camera,
Platform: |
Size: 223232 |
Author: aaaa |
Hits:
Description: Purpose:
--- --
This component is used for capturing staff from AVI to BMP.
Installation:
-------------
Extract the compiled units into your Lib directory or into
another directory that is listed in the Library path in your Delphi options.
Choose file AVIcap.dcu for register.
description:
------------
AVIcap V2.0 used for capturing frame from AVI without drawing on the screen, that is
essentially fast. It can be reached by using of avifil32.dll from MS Video For Windows.
New property: number of bits per pixel of bitmap.Now you can save BMP using next formats:
pf1bit, pf4bit, pf8bit, pf8bitGray, pf15bit, pf16bit, pf24bit, pf32bit, pfDevice.
See example to detail.-Purpose:---- This component is used for capturing staff from AVI to BMP.Installation :------------- Extract the compiled units into your Lib directory or intoanother directory that is listed in the Library path in your Delphi options.Choose file AVIcap.dcu for register.description :------------ AVIcap V2.0 used for capturing frame from AVI without drawing on the screen, that isessentially fast. It can be reached by using of avifil32.dll from MS Video For Windows.New property: number of bits per pixel of bitmap.Now you can save BMP using next formats: pf1bit, pf4bit, pf8bit, pf8bitGray, pf15bit, pf16bit, pf24bit, pf32bit , pfDevice.See example to detail.
Platform: |
Size: 9216 |
Author: 杨儒津 |
Hits:
Description: delphi 用vfw进行捕捉生成视频使用的是AVICap窗口类来开发视频捕获程序。AVICap类支持实时视频流捕获和单帧捕获,并提供对视频源的控制。通常使用的MCI控件虽然也提供了数字视频服务。并为视频叠加提供了Overlay命令集等。注:使用时,需要修改文件扩展名。-generated delphi vfw capture video using the video capture program to develop AVICap window class. AVICap class support real-time video streaming capture and frame capture, and provides control of video sources. Although generally used MCI control also provides a digital video service. Overlay command set and video overlay. Note: When using the need to modify the file extension.
Platform: |
Size: 36864 |
Author: 马永胜 |
Hits: