Hello ! 
This is the Readme and help to execute the main, Tobii and Gopro stream. 
The software needs 4 parameters :
    - Ip Adress of Tobii which usually is 192.168.71.50
    - N number of trames for the network SDK, usually 15 or 10
    - Ip Adress of GoPro is always 10.5.5.9
    - The password of the GoPro WIFI, when using Labri GoPro it's the name of the gopro but all in lowercase ( for GoProHero1 it's goprohero1 and for GoProHero2 it's goprohero2)

When the main is executing, two threads are launch, one for the Tobii stream and an other for the GoPro stream. If one of them crash, there is a thread join to stop all threads. 
If you want to try the Tobi process or the GoPro process you should comment the 
Tobii thread or the GoPro thread ( declaration and join )

Instalation requires
- cf readmeTobiiSDK.txt
- libgstreamer1.0*
- GStreamer plugins (libgstreamer-plugins-base1.0-dev)
- OpenCV >=2.4    (libopencv-dev)    # for video frame manipulation & exchange
- Jaula    (libjaula)    # for json parsing
- libcurl4    (libcurl4-gnutls-dev)    # for http request
- flex (flex)


For the compilation there is a Makefile at the root folder
