Picture
Picture

OpenWire Process and Control

Picture

 Components

Picture

The OpenWire Process and control
Components

  The OpenWire “Process and control Components” is a set of components, based on OpenWire 2.x for fast data, audio and video processing, program status and control. They allow the writing of a very complex application, with zero lines of code. The project is in early development stage, but a large amount of fully functional components has been created. Here is a small demo of a complex video processing application written with the current version of the components.

This application has ZERO lines of source code, and was written in less than 1 minute !

Here is a snapshot of the form layout:

Here are the OpenWire connections:

Here is the source code:

unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, RTScope, IPAVIPlayer, IPImageDisplay, RTDataPump, IPHistogram,
  IPCommonFilter, IPGrayScale, IPFixedFilter, IPBoxFilter, StdCtrls,
  SCCheckBox, Buttons, SCButton, SCFileDialogs, SCPropertySwitch;

type
  TForm1 = class(TForm)
   RTDataPump1: TRTDataPump;
   IPImageDisplay1: TIPImageDisplay;
   IPAVIPlayer1: TIPAVIPlayer;
   RTScope1: TRTScope;
   IPHistogram1: TIPHistogram;
   IPImageDisplay2: TIPImageDisplay;
   IPGrayScale1: TIPGrayScale;
   IPImageDisplay3: TIPImageDisplay;
   IPFixedFilter1: TIPFixedFilter;
   SCCheckBox1: TSCCheckBox;
   SCButton1: TSCButton;
   SCOpenDialog1: TSCOpenDialog;
   SCPropertySwitch1: TSCPropertySwitch;
  private
 
{ Private declarations }
  public
 
{ Public declarations }
  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}

end.

Picture
Mail

me at : mitov@mitov.com



LinkExchange
LinkExchange Member



LE FastCounter



Picture
Picture
Picture