xuxiuxi
2017-03-28 9018fb23f94359c52489f12b4492c8bdf9adf731
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;
}