Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Client.Sample.ImageUploader.V4.5
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陶然
Kivii.Client.Sample.ImageUploader.V4.5
Commits
f2055e8f
Commit
f2055e8f
authored
Oct 22, 2024
by
陶然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
e8f20741
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
FrmMain.Designer.cs
Src/FrmMain.Designer.cs
+0
-0
FrmMain.cs
Src/FrmMain.cs
+1
-1
AssemblyInfo.cs
Src/Properties/AssemblyInfo.cs
+2
-2
No files found.
Src/FrmMain.Designer.cs
View file @
f2055e8f
This diff is collapsed.
Click to expand it.
Src/FrmMain.cs
View file @
f2055e8f
...
...
@@ -344,7 +344,7 @@ namespace Kivii.Sample.ImageUploader
foreach
(
VideoCapabilities
capabilty
in
videoDevice
.
VideoCapabilities
)
{
//if (capabilty.FrameSize.Width > 1024) continue;
if
(
capabilty
.
FrameSize
.
Width
==
192
0
)
if
(
capabilty
.
FrameSize
.
Width
==
384
0
)
{
tmpVideoCapalilities
.
Insert
(
0
,
capabilty
);
cbxResolution
.
Items
.
Insert
(
0
,
string
.
Format
(
"{0} x {1}"
,
capabilty
.
FrameSize
.
Width
,
capabilty
.
FrameSize
.
Height
));
...
...
Src/Properties/AssemblyInfo.cs
View file @
f2055e8f
...
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2024.
830
0")]
[assembly: AssemblyFileVersion("5.4.2024.
830
0")]
[assembly: AssemblyVersion("5.4.2024.
1022
0")]
[assembly: AssemblyFileVersion("5.4.2024.
1022
0")]
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