在osx c ++上运行背景中的跳跃运动

时间:2013-09-14 18:27:33

标签: c++ macos motion-detection

自SDK版本0.8以来,我的应用程序不再在后台运行。 有人有想法吗?

class LeapController :public Leap::Listener
{
    //...

    void onInit(const Leap::Controller& controller) 
    {
        std::cout << "Initialized" << std::endl;
        // here i set the app to run in background:
        controller.setPolicyFlags(Leap::Controller::POLICY_BACKGROUND_FRAMES);
    }
    //...

};

0 个答案:

没有答案