RTX64 Vision Samples

RTX64 provides the following samples to learn how to use its Vision product.

RTX64 Vision Samples:

Additional samples:

RTX64 Vision also provides samples for the Canny and MatchTemplate OpenCV APIs. These samples are based on code found in the OpenCV tutorials at the following links:

However, these samples include a few important changes:

  1. They use the RTX64 Vision Communication Library (RtGVComm) APIs to transfer images from the RTSS application to a Windows App (RtGigE_Show). RtGigE_Show uses the imshow OpenCV API to show the images in Windows GUIs.
  2. They use the VideoIO module (the VideoCapture class, specifically) layered on top of the RtGigEVision APIs to acquire images from a Camera, rather than load images from a file on the machine.