摄像头组件,支持novif和http协议

This commit is contained in:
zqm
2026-03-24 10:37:54 +08:00
parent ed54296f62
commit 484c357586
23 changed files with 1734 additions and 0 deletions

View File

@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.36617.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Camera", "Camera\Camera.csproj", "{1376F939-3A40-4406-8987-467450E40573}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{2FAE57C2-275D-449F-967D-04EDC584BDF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1376F939-3A40-4406-8987-467450E40573}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1376F939-3A40-4406-8987-467450E40573}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1376F939-3A40-4406-8987-467450E40573}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1376F939-3A40-4406-8987-467450E40573}.Release|Any CPU.Build.0 = Release|Any CPU
{2FAE57C2-275D-449F-967D-04EDC584BDF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FAE57C2-275D-449F-967D-04EDC584BDF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FAE57C2-275D-449F-967D-04EDC584BDF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FAE57C2-275D-449F-967D-04EDC584BDF1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {729DBE58-6C82-4EA8-8953-F83F08F7223A}
EndGlobalSection
EndGlobal