You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<WarningText="In order to build this sample you must define the environment variable OpenCVDir to point to your Intel RealSense SDK installation"ContinueOnError="WarnAndContinue"Condition="'$(OpenCVDir)'==''" />
<WarningText="In order to build this sample you must define the environment variable OpenCVDir_V4 to point to your OpenCV SDK installation"ContinueOnError="WarnAndContinue"Condition="'$(OpenCVDir_V4)'==''" />
<WarningText="In order to build this sample you must define the environment variable OpenCVDir to point to your Intel RealSense SDK installation"ContinueOnError="WarnAndContinue"Condition="'$(OpenCVDir)'==''" />
<WarningText="In order to build this sample you must define the environment variable OpenCVDir_V4 to point to your OpenCV SDK installation"ContinueOnError="WarnAndContinue"Condition="'$(OpenCVDir_V4)'==''" />
Copy file name to clipboardexpand all lines: Samples/OpenCVSample/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ This sample demostrates how to integrate OpenCV with Platform for Situated Intel
4
4
1) OpenCVSample.csproj is the main sample. It creates a webcam source and sends the images from the camera to OpenCV to convert them to gray scale.
5
5
2) OpenCVSampleInterop is a C++ project that is used to interop between C# and OpenCV.
6
6
7
-
The OpenCVSample.Interop project is the interop layer between the sample (project OpenCVSample) and OpenCV. In order to build this project you will need OpenCV installed on your machine. OpenCV can be obtained [here](http://opencv.org/releases.html). The sample relies on version 3.3.0. You will need to set an environment variable named "OpenCVDir" that points to your OpenCV installation. The path should be the root of OpenCV which contains the "sources" directory (along with the license). For instance, "D:\cv3.3\opencv".
7
+
The OpenCVSample.Interop project is the interop layer between the sample (project OpenCVSample) and OpenCV. In order to build this project you will need OpenCV installed on your machine. OpenCV can be obtained [here](http://opencv.org/releases.html). The sample relies on version 4.1.1. You will need to set an environment variable named "OpenCVDir_V4" that points to your OpenCV installation. The path should be the root of OpenCV which contains the "sources" directory (along with the license). For instance, "D:\OpenCV-4.1.1\opencv".
0 commit comments