Skip to content

Commit

Permalink
add: 添加摄像头上位机程序的源码
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Mar 31, 2022
1 parent 1dbfad9 commit b6a648c
Show file tree
Hide file tree
Showing 7 changed files with 479 additions and 0 deletions.
16 changes: 16 additions & 0 deletions usb_camera_wpf/Air105摄像头预览.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
<PackageReference Include="System.IO.Ports" Version="6.0.0" />
</ItemGroup>

</Project>
25 changes: 25 additions & 0 deletions usb_camera_wpf/Air105摄像头预览.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Air105摄像头预览", "Air105摄像头预览.csproj", "{6A56D66D-C1BB-44A4-AD3A-811D388C6577}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A56D66D-C1BB-44A4-AD3A-811D388C6577}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A56D66D-C1BB-44A4-AD3A-811D388C6577}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A56D66D-C1BB-44A4-AD3A-811D388C6577}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A56D66D-C1BB-44A4-AD3A-811D388C6577}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A5FE193-6752-4CA8-B3AA-58A4B35D241F}
EndGlobalSection
EndGlobal
151 changes: 151 additions & 0 deletions usb_camera_wpf/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b6a648c

Please sign in to comment.