ubuntu + openni + nite,出现 Warning:USB events thread - failed to set priority 


    xn::ImageGenerator imageGen;
    nRetVal = imageGen.Create(context);
    nRetVal = imageGen.SetMapOutputMode(mapMode);

    xn::DepthGenerator depthGen;
    nRetVal = depthGen.Create(context);
    nRetVal = depthGen.SetMapOutputMode(mapMode);


把后面三行代码放到前面,可去掉warning,不知道什么原因/       

    xn::DepthGenerator depthGen;
    nRetVal = depthGen.Create(context);
    nRetVal = depthGen.SetMapOutputMode(mapMode);

    xn::ImageGenerator imageGen;
    nRetVal = imageGen.Create(context);
    nRetVal = imageGen.SetMapOutputMode(mapMode);

相关文章:

  • 2021-08-07
  • 2022-01-11
  • 2022-12-23
  • 2021-06-20
  • 2021-10-16
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-06
  • 2021-08-18
  • 2022-12-23
  • 2021-08-07
  • 2021-08-07
  • 2022-12-23
相关资源
相似解决方案