############################
# HOW TO USE GOPRO MANAGER #
############################

PREPARATION :
0. Install curl
1. Make sure the Gopro ip is 10.5.5.9 (otherwise, change it in the cpp code GoProManager)
2. Check if Gopro ping is responding : ping 10.5.5.9
3. In GoProManager, in the main function (line 82):
   replace the line with the password of your GoPro: string mypswd = "goprohero1";

COMPILATION :
g++ -L/usr/lib/x86_64-linux-gnu GoProManager.cpp -o GoPro -lcurl

USAGE : 
./GoPro

FUNCTIONS AVAILABLE :
1 - Change mode (The modes are changing in the same order as when you press the "mode" button of your Gopro)
2 - Start Capture (Only works if you are in a capture mode as video, picture, timelapse...)
3 - Stop Capture
