xuxiuxi
2017-03-28 7a8727768105b56822795caa66ce3b3d538f5cd6
VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapper.cpp
@@ -52,7 +52,8 @@
      LOG_ERROR << "amcDecoder.init error" << LOG_ENDL;
      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;
}