152 /** goHome(bool dock) drives Rovio in front of charging station if the paremeter dock is set to false, otherwise it also docks
153 * \return False on error
154 */
155bool goHome(bool dock, int speed = 5);
156
157 /** Loads the rovio camera calibration parameters (of leave the default ones if not found) (See CGenericSensor), then call to "loadConfig_sensorSpecific"
158 * \exception This method throws an exception with a descriptive message if some critical parameter is missing or has an invalid value.
182 /** Returns a snapshot from Rovio, if rectified is set true, the returned image is rectified with the parameters of intrinsic_matrix and distortion_matrix.
183 * This function works asynchronously and does not need to have enabled the live video streaming.