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
5398752d
Commit
5398752d
authored
Sep 26, 2022
by
liulongfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
清理裁切框逻辑修正
parent
6f124f0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
VIZ.H2V.Module/NDIView/VieweModel/NDIViewModel.Property.cs
+1
-1
VIZ.H2V.Module/NDIView/VieweModel/NDIViewModel.cs
+2
-2
No files found.
VIZ.H2V.Module/NDIView/VieweModel/NDIViewModel.Property.cs
View file @
5398752d
...
...
@@ -230,7 +230,7 @@ namespace VIZ.H2V.Module
#
region
StrategyMode
--
算法模式
private
AlgorithmStrategyMode
strategyMode
;
private
volatile
AlgorithmStrategyMode
strategyMode
;
/// <summary>
/// 剪切策略
/// </summary>
...
...
VIZ.H2V.Module/NDIView/VieweModel/NDIViewModel.cs
View file @
5398752d
...
...
@@ -165,8 +165,8 @@ namespace VIZ.H2V.Module
// 清理视频控件
ClearVideoControlContext
clear_context
=
new
ClearVideoControlContext
(
false
,
true
);
// 当前处于
裁切状态
时不需要清理裁切框
clear_context
.
IsClearClipBox
=
this
.
ViewStatus
!=
NDIViewStatus
.
CropRoi
;
// 当前处于
裁切状态 | 检测状态
时不需要清理裁切框
clear_context
.
IsClearClipBox
=
this
.
ViewStatus
!=
NDIViewStatus
.
CropRoi
&&
this
.
ViewStatus
!=
NDIViewStatus
.
Detect
;
this
.
ClearVideoControl
(
clear_context
);
// 发送切换手动消息
...
...
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