lidt mere:
J. Hübler's TVideo. Two components for video capturing using Video for Windows.
http://homepages.borland.com/torry/vcl/mmedia/video/jhvideocap.zip [efg: TVideo works very well. Demo1 is somewhat similar to the Microsoft VideoCap C++ program from
http://msdn.microsoft.com/library/devprods/vs6/visualc/vcsample/vcsmpvidcap.htm.]David Taylor's WebCam. Program to allow Video For Windows device, such as Connectix Color QuickCam, to be used as a Web Camera.
www.davidtaylor.freeserve.co.uk/software/imaging.html Joe Hecht's UseNet Post about capturing an image from a video source.
How can I capture an image from a video source? (FAQ 1037D) [by Joe Hecht]
Peter Haas' VFW and a PC camera demo that describes three different ways to get a single frame in a TBitmap.
http://home.t-online.de/home/PeterJHaas/Download/capdemoc.zip. Extend this example to select a CODEC:
procedure TMainForm.BtnDlgVideoCompressionClick(Sender: TObject);
begin
if FCapWnd <> 0 then
capDlgVideoCompression(FCapWnd);
end;
Peter Haas' UseNet Post about setting the capture frame rate
Toni Martir's notes and complete VFW example (see ShevinE's improvement below). (Note: to get Toni's complete example to compile in D3-D5, make sure you can compile with USES OLE2:
Tools | Environment Options | Library | Library Path
D3: C:\Program Files\Borland\Delphi 3\Lib\Delphi2
D4-5: $(DELPHI)\Lib\Delphi2)
Use Lizard.AVI or another AVI file with Toni's example.
ShevinE's improvements to Toni Martir's example (D3-D5 source). Saves AVI to BMP files as FrameXX.BMP. Includes VFW.PAS file used in Toni's example. (Requires USES OLE2 -- see above notes for details.) [Use Lizard.AVI or another AVI file.]
Delphi import unit for the VFW SDK.
www.swiftsoft.de/free/vfw.zip is a older version of a VfW header translation. Ivo Steinmann has edited this unit. A link to the new version is
ftp://delphi-jedi.org/api/vfw.zip (direct) or
http://www.delphi-jedi.org/Jedi:APILIBRARY (indirect).
Component allows to capture images and videos from several sources (videocams, vcr's, webcams). Has been created using the AVICAP32.dll (from the Win32 API).
http://SunSITE.ICM.edu.pl/delphi/ftp/d20free/jlcvideo.zip Information to VFW AVICapture (Microsoft):
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/hh/multimed/avicap_8xyd.asp?frame=true
Microsoft Video for Windows (VFW) Developer's Kit
ftp://ftp.microsoft.com/developr/drg/Multimedia/Jumpstart/VfW11e/DK/VFWDK VidCap / VidCap32 [Also see DirectX AMCap]
Video for Windows
http://msdn.microsoft.com/library/psdk/multimed/avifile_8dgz.htm See Rob Anderson's AVIBUILD.
Current version does not handle pf24bit BMPs correctly.
Includes vfw.pas (Video for Windows) interface unit for avifil32.dll.
/ZIRON