Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Trakcer Node 配置疑问 #8

Open
shihengW opened this issue Jul 22, 2020 · 1 comment
Open

Feature Trakcer Node 配置疑问 #8

shihengW opened this issue Jul 22, 2020 · 1 comment

Comments

@shihengW
Copy link

在 Feature Tracker Node 中:

1. 左/右配置文件找不到:

代码片段(link):

fsSettings.release();
std::string intri_2[2] =    {   device_info_path_left, device_info_path_right};

for (int i = 0; i < NUM_OF_CAM; i++)
        trackerData[i].readIntrinsicParameter(intri_2[i]);

我在 repo 里没找到这两个左右配置文件,是否存在?真的需要?

2. 下面这段代码有用吗?

代码片段(link

    int mynteye_enable = (int)fsSettings["use_mynteye_adapter"];
    bool parameters_adapter_res = false;
    MynteyeAdapter* adapter = nullptr;
    if (mynteye_enable) {
        adapter = new MynteyeAdapter(config_file, "");
        parameters_adapter_res =  adapter->readmynteyeConfig();
    }

这个 adapter 没看到后文用到,是否有用?

@shihengW
Copy link
Author

刚刚注意到 branch... 我手头的相机是 d 系列,是不是要用 mynteye-d branch 的代码?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant