329 lines
6.3 KiB
Plaintext
329 lines
6.3 KiB
Plaintext
object Form1: TForm1
|
|
Left = 65
|
|
Top = 90
|
|
Width = 660
|
|
Height = 480
|
|
Caption = 'VideoCapture example by HiComponents'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 652
|
|
Height = 41
|
|
Align = alTop
|
|
TabOrder = 0
|
|
object SpeedButton1: TSpeedButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 89
|
|
Height = 25
|
|
AllowAllUp = True
|
|
GroupIndex = 1
|
|
Caption = 'Capture'
|
|
OnClick = SpeedButton1Click
|
|
end
|
|
object Label8: TLabel
|
|
Left = 264
|
|
Top = 13
|
|
Width = 65
|
|
Height = 13
|
|
Caption = 'Video source:'
|
|
end
|
|
object Button1: TButton
|
|
Left = 104
|
|
Top = 8
|
|
Width = 97
|
|
Height = 25
|
|
Caption = 'Configure Source'
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 336
|
|
Top = 8
|
|
Width = 25
|
|
Height = 21
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
Text = '0'
|
|
end
|
|
object UpDown1: TUpDown
|
|
Left = 361
|
|
Top = 8
|
|
Width = 16
|
|
Height = 21
|
|
Associate = Edit1
|
|
Min = 0
|
|
Position = 0
|
|
TabOrder = 2
|
|
Wrap = False
|
|
end
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 0
|
|
Top = 41
|
|
Width = 514
|
|
Height = 405
|
|
ParentCtl3D = False
|
|
MouseInteract = [miSelect]
|
|
AutoFit = True
|
|
ImageEnVersion = '4.0.0'
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 1
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 514
|
|
Top = 41
|
|
Width = 138
|
|
Height = 405
|
|
Align = alRight
|
|
TabOrder = 2
|
|
object SpeedButton2: TSpeedButton
|
|
Left = 8
|
|
Top = 48
|
|
Width = 121
|
|
Height = 25
|
|
AllowAllUp = True
|
|
GroupIndex = 2
|
|
Caption = 'Negative'
|
|
end
|
|
object Bevel1: TBevel
|
|
Left = 5
|
|
Top = 80
|
|
Width = 129
|
|
Height = 3
|
|
Shape = bsTopLine
|
|
end
|
|
object SpeedButton3: TSpeedButton
|
|
Left = 8
|
|
Top = 88
|
|
Width = 121
|
|
Height = 25
|
|
AllowAllUp = True
|
|
GroupIndex = 2
|
|
Caption = 'RGB'
|
|
end
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 120
|
|
Width = 8
|
|
Height = 13
|
|
Caption = 'R'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Top = 136
|
|
Width = 8
|
|
Height = 13
|
|
Caption = 'G'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Top = 152
|
|
Width = 7
|
|
Height = 13
|
|
Caption = 'B'
|
|
end
|
|
object Bevel2: TBevel
|
|
Left = 5
|
|
Top = 174
|
|
Width = 129
|
|
Height = 3
|
|
Shape = bsTopLine
|
|
end
|
|
object SpeedButton4: TSpeedButton
|
|
Left = 8
|
|
Top = 182
|
|
Width = 121
|
|
Height = 25
|
|
AllowAllUp = True
|
|
GroupIndex = 2
|
|
Caption = 'HSV'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 8
|
|
Top = 214
|
|
Width = 8
|
|
Height = 13
|
|
Caption = 'H'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 8
|
|
Top = 230
|
|
Width = 7
|
|
Height = 13
|
|
Caption = 'S'
|
|
end
|
|
object Label6: TLabel
|
|
Left = 8
|
|
Top = 246
|
|
Width = 7
|
|
Height = 13
|
|
Caption = 'V'
|
|
end
|
|
object Bevel3: TBevel
|
|
Left = 5
|
|
Top = 40
|
|
Width = 129
|
|
Height = 3
|
|
Shape = bsTopLine
|
|
end
|
|
object Label7: TLabel
|
|
Left = 5
|
|
Top = 13
|
|
Width = 25
|
|
Height = 13
|
|
Caption = 'Filter:'
|
|
end
|
|
object SpeedButton5: TSpeedButton
|
|
Left = 8
|
|
Top = 296
|
|
Width = 121
|
|
Height = 25
|
|
AllowAllUp = True
|
|
GroupIndex = 1
|
|
Caption = 'Record'
|
|
OnClick = SpeedButton5Click
|
|
end
|
|
object TrackBar1: TTrackBar
|
|
Left = 24
|
|
Top = 121
|
|
Width = 105
|
|
Height = 15
|
|
Max = 255
|
|
Min = -255
|
|
Orientation = trHorizontal
|
|
Frequency = 50
|
|
Position = 0
|
|
SelEnd = 0
|
|
SelStart = 0
|
|
TabOrder = 0
|
|
TickMarks = tmBottomRight
|
|
TickStyle = tsAuto
|
|
end
|
|
object TrackBar2: TTrackBar
|
|
Left = 24
|
|
Top = 137
|
|
Width = 105
|
|
Height = 15
|
|
Max = 255
|
|
Min = -255
|
|
Orientation = trHorizontal
|
|
Frequency = 50
|
|
Position = 0
|
|
SelEnd = 0
|
|
SelStart = 0
|
|
TabOrder = 1
|
|
TickMarks = tmBottomRight
|
|
TickStyle = tsAuto
|
|
end
|
|
object TrackBar3: TTrackBar
|
|
Left = 24
|
|
Top = 153
|
|
Width = 105
|
|
Height = 15
|
|
Max = 255
|
|
Min = -255
|
|
Orientation = trHorizontal
|
|
Frequency = 50
|
|
Position = 0
|
|
SelEnd = 0
|
|
SelStart = 0
|
|
TabOrder = 2
|
|
TickMarks = tmBottomRight
|
|
TickStyle = tsAuto
|
|
end
|
|
object TrackBar4: TTrackBar
|
|
Left = 24
|
|
Top = 215
|
|
Width = 105
|
|
Height = 15
|
|
Max = 180
|
|
Min = -180
|
|
Orientation = trHorizontal
|
|
Frequency = 50
|
|
Position = 0
|
|
SelEnd = 0
|
|
SelStart = 0
|
|
TabOrder = 3
|
|
TickMarks = tmBottomRight
|
|
TickStyle = tsAuto
|
|
end
|
|
object TrackBar5: TTrackBar
|
|
Left = 24
|
|
Top = 231
|
|
Width = 105
|
|
Height = 15
|
|
Max = 100
|
|
Min = -100
|
|
Orientation = trHorizontal
|
|
Frequency = 50
|
|
Position = 0
|
|
SelEnd = 0
|
|
SelStart = 0
|
|
TabOrder = 4
|
|
TickMarks = tmBottomRight
|
|
TickStyle = tsAuto
|
|
end
|
|
object TrackBar6: TTrackBar
|
|
Left = 24
|
|
Top = 247
|
|
Width = 105
|
|
Height = 15
|
|
Max = 100
|
|
Min = -100
|
|
Orientation = trHorizontal
|
|
Frequency = 50
|
|
Position = 0
|
|
SelEnd = 0
|
|
SelStart = 0
|
|
TabOrder = 5
|
|
TickMarks = tmBottomRight
|
|
TickStyle = tsAuto
|
|
end
|
|
object ComboBox1: TComboBox
|
|
Left = 33
|
|
Top = 9
|
|
Width = 100
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 6
|
|
Items.Strings = (
|
|
'None'
|
|
'Triangle'
|
|
'Hermite'
|
|
'Bell'
|
|
'BSpline'
|
|
'Lanczos3'
|
|
'Mitchell')
|
|
end
|
|
end
|
|
object ImageEnVideoCap1: TImageEnVideoCap
|
|
OnVideoFrame = ImageEnVideoCap1VideoFrame
|
|
Left = 136
|
|
Top = 80
|
|
end
|
|
object ImageEnProc1: TImageEnProc
|
|
AttachedImageEn = ImageEnView1
|
|
Background = clBtnFace
|
|
PreviewsParams = [prppShowResetButton, prppHardReset]
|
|
PreviewFont.Charset = DEFAULT_CHARSET
|
|
PreviewFont.Color = clWindowText
|
|
PreviewFont.Height = -11
|
|
PreviewFont.Name = 'Tahoma'
|
|
PreviewFont.Style = []
|
|
Left = 194
|
|
Top = 75
|
|
end
|
|
end
|