From 45a1c9f2540754e7cea2b58cd736bc677b2d4fdc Mon Sep 17 00:00:00 2001 From: patrick.xu <patrick.xu@broconcentric.com> Date: 星期四, 28 七月 2022 17:45:28 +0800 Subject: [PATCH] 海康相机测试修改 --- PointGreyAndHalcon/PointGreyAndHalcon/PointGreyAndHalcon.csproj | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/PointGreyAndHalcon/PointGreyAndHalcon/PointGreyAndHalcon.csproj b/PointGreyAndHalcon/PointGreyAndHalcon/PointGreyAndHalcon.csproj index 0eb3fd0..6a24408 100644 --- a/PointGreyAndHalcon/PointGreyAndHalcon/PointGreyAndHalcon.csproj +++ b/PointGreyAndHalcon/PointGreyAndHalcon/PointGreyAndHalcon.csproj @@ -39,14 +39,13 @@ <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> - <Reference Include="FlyCapture2Managed_v100, Version=2.8.3.1, Culture=neutral, PublicKeyToken=76c6583b4a4585f4, processorArchitecture=x86"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\Lib\FlyCapture\FlyCapture2Managed_v100.dll</HintPath> - </Reference> <Reference Include="halcondotnet, Version=11.0.1.0, Culture=neutral, PublicKeyToken=4973bed59ddbf2b8, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\Lib\halcon\halcondotnet.dll</HintPath> </Reference> + <Reference Include="MvCameraControl.Net"> + <HintPath>..\..\Lib\HikCamera\MvCameraControl.Net.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> -- Gitblit v1.8.0