Difference between revisions of "Components and Code examples"

From Free Pascal wiki
Jump to navigationJump to search
Line 9: Line 9:
 
==Example programs==
 
==Example programs==
 
* [[SysRec]] - Video Capturing and Recording application.
 
* [[SysRec]] - Video Capturing and Recording application.
 +
 +
- The application currently supports all Windows Operating Systems using the [[Glossary#VFW|VFW]] [[Glossary#API|API]] available on all 32 bit [[Glossary#Windows|Windows]].
 +
- Supports Preview and Overlay modes with any capture device such as Cameras and TV Tuners, though it has been designed for use with a WebCam.
 +
- Allows silent movie capturing with any resolution and color depth, you can also chose a codec to record smaller files and a function has been added to allow grabbing single images, adding audio recording should not be a problem.
 +
- A caller application has been added to demonstrate message based Inter Process Comunication.
 +
- This application is designed with [[Glossary#Lazarus|Lazarus]] but a few files and directives have been added to allow compilation in [[Glossary#Delphi|Delphi]]
  
 
==Original contributors and changes==
 
==Original contributors and changes==

Revision as of 00:52, 14 March 2005

Lazarus-CCR Released Components

  • EpikTimer - Precision timer component written specifically for Lazarus.
  • FpSystools - Conversion of TurboPower's Systools for Kylix package to Lazarus/FPC

Packages for FPC/Lazarus (not hosted here)

  • Starting with version 32, Lucas Gebauer's outstanding Synapse TCP/IP library is now compatible with Free Pascal and Lazarus. Lucas has also just released version 12 of his Synaser serial port communications suite that also runs under Free Pascal.
  • Indy for Lazarus project 119 components Indy for FPC/Lazarus.

Example programs

  • SysRec - Video Capturing and Recording application.

- The application currently supports all Windows Operating Systems using the VFW API available on all 32 bit Windows. - Supports Preview and Overlay modes with any capture device such as Cameras and TV Tuners, though it has been designed for use with a WebCam. - Allows silent movie capturing with any resolution and color depth, you can also chose a codec to record smaller files and a function has been added to allow grabbing single images, adding audio recording should not be a problem. - A caller application has been added to demonstrate message based Inter Process Comunication. - This application is designed with Lazarus but a few files and directives have been added to allow compilation in Delphi

Original contributors and changes

This page has been imported from the epikwiki version.