We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
代码片段(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 里没找到这两个左右配置文件,是否存在?真的需要?
代码片段(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 没看到后文用到,是否有用?
The text was updated successfully, but these errors were encountered:
刚刚注意到 branch... 我手头的相机是 d 系列,是不是要用 mynteye-d branch 的代码?
Sorry, something went wrong.
No branches or pull requests
在 Feature Tracker Node 中:
1. 左/右配置文件找不到:
代码片段(link):
我在 repo 里没找到这两个左右配置文件,是否存在?真的需要?
2. 下面这段代码有用吗?
代码片段(link)
这个 adapter 没看到后文用到,是否有用?
The text was updated successfully, but these errors were encountered: