houxiao
2017-03-21 23c3323984f984d36248f107a320a8717b430049
VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapper.cpp
@@ -53,6 +53,7 @@
      return  false;
   }
   
#ifdef USE_ST_SDK
   PL_SensetimeFaceTrack* sfTrack = (PL_SensetimeFaceTrack*)pipeLine->push_elem("PL_SensetimeFaceTrack");
   ret = sfTrack->init(&sftConfig);
   if (!ret)
@@ -60,6 +61,7 @@
      LOG_ERROR << "sfTrack.init error" << LOG_ENDL;
      return  false;
   }
#endif
   return true;
}