xuxiuxi
2017-03-31 07dba93c7a3993bea7c3d4e28b3e121893586718
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;
}