Visual Servoing Platform
version 3.0.1
|
In this tutorial you will learn how to install ViSP prebuilt framework for iOS devices.
ViSP is available as a prebuilt framework for iOS devices. Go to ViSP download page and get "ViSP for iOS"
as a zip archive. Since this package was build with OpenCV as 3rd party, the zip archive contains also OpenCV framework it was built with to ensure compatibility.
To install ViSP framework in a folder denoted <framework_dir>/ios
that could be set to ~/framework/ios
download "ViSP for iOS"
with Safari or Firefox and do the following:
If downloaded with Safari continue with:
or if downloaded with Firefox, run:
The content of <framework_dir>/ios
should be the following:
You are now ready to see the next Tutorial: How to create a basic iOS application that uses ViSP that will show you how to use ViSP as a 3rd party to build your own iOS application.