在使用windows系统下的mmWave Demo Visualizer软件可以得到可视化的数据
但在ubuntu18.04下使用网页版的mmWave Demo Visualizer,一切正常但在Plots看不到可视化结果,发现在Plots下的Profiling得到的数据都是undefined,如图
其他都是正常的:
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好,
个人为您推荐另一种方法
1. 确保您的Ubuntu系统上已安装Chrome浏览器
2. 确保您已正确安装了mmWave Demo Visualizer,并且已按照说明进行了配置。
3. 确保您的系统上已安装了必要的图形库和依赖项,例如OpenGL和GTK。您可以通过运行以下命令来安装它们:
sudo apt-get install libgl1-mesa-dev sudo apt-get install libgtk-3-dev
4. 确保您的浏览器已启用了WebGL。您可以在浏览器地址栏中输入
chrome://flags,并启用WebGL选项。
5. 确保您的浏览器已启用了JavaScript。
您可以在Chrome浏览器中按F12打开控制台获取更多信息