X-Git-Url: https://adrianiainlam.tk/git/?p=facial-landmarks-for-cubism.git;a=blobdiff_plain;f=src%2Ffacial_landmark_detector.cpp;fp=src%2Ffacial_landmark_detector.cpp;h=f214d2901123018b099a50706237e5a4b11b609a;hp=b95324074c3ccd09be11e295d3719a76f600e93a;hb=51d44d08577a1ad8a0d6562c5e6266367d376291;hpb=30b188733e2652bcaefe011b8b101ce4d752f7f4 diff --git a/src/facial_landmark_detector.cpp b/src/facial_landmark_detector.cpp index b953240..f214d29 100644 --- a/src/facial_landmark_detector.cpp +++ b/src/facial_landmark_detector.cpp @@ -696,6 +696,8 @@ void FacialLandmarkDetector::populateDefaultConfig(void) // These are values that I've personally tested to work OK for my face. // Your milage may vary - hence the config file. + m_cfg.osfIpAddress = "127.0.0.1"; + m_cfg.osfPort = 11573; m_cfg.faceYAngleCorrection = 10; m_cfg.eyeSmileEyeOpenThreshold = 0.6; m_cfg.eyeSmileMouthFormThreshold = 0.75;