Skip to content

Link Error: libfreenect2::Freenect2Device::Config config; #618

@ronin8600

Description

@ronin8600

I'm trying to enable EnableBilateralFilter by doing the following

libfreenect2::Freenect2Device::Config config;
config.EnableBilateralFilter = true;
device->setConfiguration(config);

I get a link error trying to find libfreenect2::Freenect2Device::Config::Config(void)

Is this a known issue?

Version, Platform, and Hardware Bug Found:

  1. 803e7fb Merge pull request Add 5 seconds limit to the status 0x90000 checking loop #614 from hanyazou/status_1024
  2. Windows 7 - Visual Studio 12 (2013)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions