mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-17 16:55:52 +01:00
c3cec1a5e3
Signed-off-by: Laentir Valetov <laex@bk.ru>
35 lines
724 B
Plaintext
35 lines
724 B
Plaintext
object Form1: TForm1
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'FFMpeg IP Camera source'
|
|
ClientHeight = 194
|
|
ClientWidth = 229
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ocvView1: TocvView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 229
|
|
Height = 194
|
|
VideoSource = ocvFFMpegIPCamSource1
|
|
Frames = <>
|
|
Align = alClient
|
|
end
|
|
object ocvFFMpegIPCamSource1: TocvFFMpegIPCamSource
|
|
Enabled = True
|
|
UserName = 'admin'
|
|
Password = 'admin'
|
|
IP = '10.1.1.202'
|
|
URI = '/cam/realmonitor?channel=1&subtype=0'
|
|
Left = 104
|
|
Top = 96
|
|
end
|
|
end
|