xuxiuxi
2017-03-29 b64f3bdcc238ec6c68d29d16c414104e2290bfff
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;
}