This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nc yourrpi-address.duckdns.org 3000 > video.h264 & | |
| nc yourrpi-address.duckdns.org 3001 > vectors.out & |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # - Try to find OpenCL | |
| # This module tries to find an OpenCL implementation on your system. It supports | |
| # AMD / ATI, Apple and NVIDIA implementations, but should work, too. | |
| # | |
| # To set manually the paths, define these environment variables: | |
| # OpenCL_INCPATH - Include path (e.g. OpenCL_INCPATH=/opt/cuda/4.0/cuda/include) | |
| # OpenCL_LIBPATH - Library path (e.h. OpenCL_LIBPATH=/usr/lib64/nvidia) | |
| # | |
| # Once done this will define | |
| # OPENCL_FOUND - system has OpenCL |