sdk
sdk copied to clipboard
Windows executable program without window
I downloaded the Windows executable program in the release and installed SpectacularAI [full] in Python. After executing sai-record-rease.exe, the interface still cannot be displayed in Windows
Hey, based on the second picture, it looks like the issue could be that tracking never initializes.
Some things to help with debugging:
- What SDK version are you using? Also looks like the Realsense plugin is working on Linux based on your first image?
- Could you try if the other examples in
bin-folder work? e.g.vio_jsonl.exeorpython vio_visu.py - If the other examples don't work on Windows; Check if you have installed Microsoft Visual C++ Redistributables as they are required for the Realsense plugin on Windows (as indicated in the release notes)