Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.H2V
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘龙飞
VIZ.H2V
Commits
b0dea177
Commit
b0dea177
authored
Jan 12, 2023
by
liulongfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改描述
parent
49599b20
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
41 deletions
+19
-41
VIZ.H2V.Module/NDISettingView/View/Algorithm/AlgorithmSinglePanelView.xaml
+2
-24
VIZ.H2V.Module/NDISettingView/View/AlgorithmSettingPanelView.xaml
+2
-2
VIZ.H2V.Module/NDISettingView/View/NDISettingPanelView.xaml
+6
-6
VIZ.H2V.Module/NDISettingView/View/NDISettingView.xaml
+1
-1
VIZ.H2V.Module/NDISettingView/ViewModel/NDISettingViewModel.cs
+1
-1
VIZ.H2V.Module/NDIView/VieweModel/NDIViewModel.Command.cs
+1
-1
VIZ.H2V/Properties/AssemblyInfo.cs
+5
-5
VIZ.H2V/VIZ.H2V.csproj
+1
-1
No files found.
VIZ.H2V.Module/NDISettingView/View/Algorithm/AlgorithmSinglePanelView.xaml
View file @
b0dea177
...
...
@@ -115,30 +115,8 @@
</ComboBox>
</Grid>
<!-- 场景 -->
<Grid Grid.Row="5">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="380"></ColumnDefinition>
<ColumnDefinition Width="*"></ColumnDefinition>
</Grid.ColumnDefinitions>
<TextBlock Text="边线场景" Foreground="White" FontSize="18" VerticalAlignment="Center" Grid.Row="6"></TextBlock>
<ComboBox Grid.Column="1" Style="{StaticResource ComboBox_Setting}" Height="40"
ItemsSource="{Binding Path=BorderScences,Mode=OneWay}"
SelectedValue="{Binding Path=SelectedBorderScence,Mode=TwoWay}">
<ComboBox.ItemTemplate>
<DataTemplate>
<Grid Background="Transparent" IsHitTestVisible="False">
<TextBlock Text="{Binding DisplayName}" VerticalAlignment="Center" HorizontalAlignment="Left"
Grid.Column="3" Foreground="White" FontSize="14"></TextBlock>
</Grid>
</DataTemplate>
</ComboBox.ItemTemplate>
</ComboBox>
</Grid>
<Rectangle VerticalAlignment="Bottom" Height="2" Grid.Row="5" Fill="#ff364051"></Rectangle>
<!-- 单人机位面积校准 -->
<Grid Grid.Row="
6
">
<Grid Grid.Row="
5
">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="380"></ColumnDefinition>
<ColumnDefinition Width="*"></ColumnDefinition>
...
...
@@ -152,7 +130,7 @@
</Grid>
<!-- 单人机位面积校准置信度 -->
<Grid Grid.Row="
7
">
<Grid Grid.Row="
6
">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="380"></ColumnDefinition>
<ColumnDefinition Width="*"></ColumnDefinition>
...
...
VIZ.H2V.Module/NDISettingView/View/AlgorithmSettingPanelView.xaml
View file @
b0dea177
...
...
@@ -49,8 +49,8 @@
</DataTemplate>
</ComboBox.ItemTemplate>
</ComboBox>
<!--
机位
策略 -->
<TextBlock Text="
机位
策略" Foreground="White" FontSize="18" VerticalAlignment="Center" Margin="45,0,40,0" Grid.Row="2"></TextBlock>
<!--
裁切
策略 -->
<TextBlock Text="
裁切
策略" Foreground="White" FontSize="18" VerticalAlignment="Center" Margin="45,0,40,0" Grid.Row="2"></TextBlock>
<ComboBox Style="{StaticResource ComboBox_Setting}" Grid.Row="3" Margin="45,0,40,0" Height="40"
ItemsSource="{Binding Path=AlgorithmStrategys,Mode=OneWay}"
SelectedValue="{Binding Path=SelectedAlgorithmStrategy,Mode=TwoWay}">
...
...
VIZ.H2V.Module/NDISettingView/View/NDISettingPanelView.xaml
View file @
b0dea177
...
...
@@ -40,9 +40,9 @@
<RowDefinition Height="*"></RowDefinition>
</Grid.RowDefinitions>
<!-- 输入源 -->
<TextBlock Text="
输入源
" Foreground="White" FontSize="18" VerticalAlignment="Center"></TextBlock>
<TextBlock Text="
视频输入
" Foreground="White" FontSize="18" VerticalAlignment="Center"></TextBlock>
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Right">
<TextBlock Text="仅显示本机
输入源
" Foreground="#aaffffff" VerticalAlignment="Center"></TextBlock>
<TextBlock Text="仅显示本机
视频输入
" Foreground="#aaffffff" VerticalAlignment="Center"></TextBlock>
<CheckBox Style="{StaticResource CheckBox_Setting}" VerticalAlignment="Center"
HorizontalAlignment="Right" Margin="10,0,0,0"
IsChecked="{Binding Path=IsShowLocalStream,Mode=TwoWay}"></CheckBox>
...
...
@@ -58,8 +58,8 @@
</DataTemplate>
</ComboBox.ItemTemplate>
</ComboBox>
<!--
输入源
名称 -->
<TextBlock Text="
输入源
名称" Foreground="White" FontSize="18" VerticalAlignment="Center" Grid.Row="2"></TextBlock>
<!--
窗口显示
名称 -->
<TextBlock Text="
窗口显示
名称" Foreground="White" FontSize="18" VerticalAlignment="Center" Grid.Row="2"></TextBlock>
<TextBox Grid.Row="3" Style="{StaticResource TextBox_Setting}" Height="40"
Text="{Binding Path=NdiDispalyName,Mode=TwoWay}"></TextBox>
<!-- 视频延迟 -->
...
...
@@ -75,8 +75,8 @@
</DataTemplate>
</ComboBox.ItemTemplate>
</ComboBox>
<!--
是否向裁切程序发送坐标
-->
<TextBlock Text="
是否向裁切程序发送坐标
" Foreground="White" FontSize="18" VerticalAlignment="Center" Grid.Row="6"></TextBlock>
<!--
发送裁切信息到裁切引擎
-->
<TextBlock Text="
发送裁切信息到裁切引擎
" Foreground="White" FontSize="18" VerticalAlignment="Center" Grid.Row="6"></TextBlock>
<CheckBox Grid.Row="6" Style="{StaticResource CheckBox_Setting}" VerticalAlignment="Center" HorizontalAlignment="Right"
IsChecked="{Binding Path=IsSendToCrop,Mode=TwoWay}"></CheckBox>
</Grid>
...
...
VIZ.H2V.Module/NDISettingView/View/NDISettingView.xaml
View file @
b0dea177
...
...
@@ -47,7 +47,7 @@
<StackPanel Grid.Row="1" Grid.RowSpan="2">
<RadioButton Content="裁剪策略" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center"
x:Name="rbAlgorithm" Style="{StaticResource RadioButton_Setting}" IsChecked="True"></RadioButton>
<RadioButton Content="
输入源
" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center"
<RadioButton Content="
视频输入
" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center"
x:Name="rbNDI" Style="{StaticResource RadioButton_Setting}"></RadioButton>
</StackPanel>
...
...
VIZ.H2V.Module/NDISettingView/ViewModel/NDISettingViewModel.cs
View file @
b0dea177
...
...
@@ -208,7 +208,7 @@ namespace VIZ.H2V.Module
if
(
isNeedRestart
)
{
MessageBoxExResult
result
=
MessageBoxEx
.
ShowDialog
(
"提示"
,
"该配置需要重启算法进程
(1 min)
,是否继续保存?"
,
MessageBoxExButtons
.
YES_CANCEL
);
MessageBoxExResult
result
=
MessageBoxEx
.
ShowDialog
(
"提示"
,
"该配置需要重启算法进程,是否继续保存?"
,
MessageBoxExButtons
.
YES_CANCEL
);
if
(
result
==
MessageBoxExResult
.
CANCEL
)
return
;
}
...
...
VIZ.H2V.Module/NDIView/VieweModel/NDIViewModel.Command.cs
View file @
b0dea177
...
...
@@ -337,7 +337,7 @@ namespace VIZ.H2V.Module
/// </summary>
private
void
Restart
()
{
MessageBoxExResult
result
=
MessageBoxEx
.
ShowDialog
(
"提示"
,
"重启算法进程需要大概
(1 min)
,是否继续?"
,
MessageBoxExButtons
.
YES_CANCEL
);
MessageBoxExResult
result
=
MessageBoxEx
.
ShowDialog
(
"提示"
,
"重启算法进程需要大概
需要1分钟
,是否继续?"
,
MessageBoxExButtons
.
YES_CANCEL
);
if
(
result
==
MessageBoxExResult
.
CANCEL
)
return
;
...
...
VIZ.H2V/Properties/AssemblyInfo.cs
View file @
b0dea177
...
...
@@ -9,12 +9,12 @@ using VIZ.Framework.Core;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("
VIZ.H2V
")]
[assembly: AssemblyTitle("
智能裁切
")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("
VIZ.H2V
")]
[assembly: AssemblyCopyright("Copyright © 202
2
")]
[assembly: AssemblyProduct("
智能裁切
")]
[assembly: AssemblyCopyright("Copyright © 202
3
")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
...
...
@@ -53,8 +53,8 @@ using VIZ.Framework.Core;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.
0
.0.0")]
[assembly: AssemblyFileVersion("1.
0
.0.0")]
[assembly: AssemblyVersion("1.
1
.0.0")]
[assembly: AssemblyFileVersion("1.
1
.0.0")]
// =====================================================================================================
// VIZ
...
...
VIZ.H2V/VIZ.H2V.csproj
View file @
b0dea177
...
...
@@ -7,7 +7,7 @@
<ProjectGuid>{EB6A7895-C3B7-451E-BB9E-5D6A904D5A8C}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>VIZ.H2V</RootNamespace>
<AssemblyName>
VIZ.H2V
</AssemblyName>
<AssemblyName>
智能裁切
</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment