Running the OpenCV Canny Edge Detection Sample
Steps:
NOTE: These instructions assume you are building on the target system. If you are building on the development system, you need to move the binaries to the target system in order to run them.
- In Visual Studio, open the CannyTest sample available from the Samples directory of the RtVision folder.
- Build the sample using either the RtssRelease or RtssDebug configuration.
NOTE: To view the captured and processed images in a Windows GUI, do the following:
- Build the RtGigE_Show sample in Release or Debug
- Run
RtGigE_Show.exe
- Use RtssRun to run the CannyTest.rtss application.