Skip to content
Tom Saleeba edited this page Dec 13, 2017 · 7 revisions

remotecv depends on a number of C/C++ libraries as well as some python packages.

The python packages will be installed with remotecv when you install it (via PIP).

Before installing it, you should make sure the C/C++ dependencies have been satisfied. After satisfying these dependencies, head to the Installing page.

C/C++ Dependencies

Quite obviously, remotecv depends on the OpenCV library. Instructions on how to install it can be found in the Install Guide Page(http://opencv.willowgarage.com/wiki/InstallGuide).

In order to unleash the true power of remotecv, though, you should use OpenCV with its sidekick ThreadingBuildingBlocks (TBB). TBB install is beyond the scope of this document, but its documentation can be found at http://threadingbuildingblocks.org/documentation.

Clone this wiki locally