NdiTestPatternGenerator

所属分类:网络编程
开发工具:C#
文件大小:0KB
下载次数:0
上传日期:2023-11-14 19:15:43
上 传 者sh-1993
说明:  用于测试NDI的基本信号发生器。
(A basic signal generator for testing NDI.)

文件列表:
LICENSE.txt (1069, 2023-11-14)
NdiTestPatternGenerator.csproj (1397, 2023-11-14)
NdiTestPatternGenerator.sln (1126, 2023-11-14)
Program.cs (15409, 2023-11-14)
Properties/ (0, 2023-11-14)
Properties/launchSettings.json (202, 2023-11-14)
SignalGeneratorCommandLineOptions.cs (1030, 2023-11-14)
font.bmp (3134, 2023-11-14)
testpatternlogo.ico (131137, 2023-11-14)
testpatternlogo.png (30295, 2023-11-14)

# NDI Test Pattern Generator Generates either pseudorandom noise, or a blue fading signal. Used for testing NDI feeds. ``` NdiTestPatternGenerator 2023.11.13.1 Copyright (C) 2023 Tractus Events by Northern HCI Solutions Inc. Command Line Options: -w, --width Required. Horizontal resolution in pixels -h, --height Required. Vertical resolution in pixels -n, --name Required. Name of this NDI sender instance -f, --fps (Default: 30) Frames per second. --whiteline (Default: false) Display the sweeping white line --mode (Default: blue) Background mode. Expecting 'blue', 'noise' --help Display this help screen. --version Display version information. ``` ### Example Usage #### Display a fading blue background at 1920x1080 `.\NdiTestPatternGenerator.exe -w 1920 -h 1080 -n "Sender 1"` #### Display a scrolling white line at 1920x1080 `.\NdiTestPatternGenerator.exe -w 1920 -h 1080 -n "Sender 1" --whiteline` #### Display a scrolling white line at 1920x1080 with random noise `.\NdiTestPatternGenerator.exe -w 1920 -h 1080 -n "Sender 1" --whiteline --mode noise`

近期下载者

相关文件


收藏者