sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Windows executable program without window

Open HongFaWan opened this issue 9 months ago • 1 comments

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

Image

Image

HongFaWan avatar Apr 18 '25 03:04 HongFaWan

Hey, based on the second picture, it looks like the issue could be that tracking never initializes.

Some things to help with debugging:

  1. What SDK version are you using? Also looks like the Realsense plugin is working on Linux based on your first image?
  2. Could you try if the other examples in bin-folder work? e.g. vio_jsonl.exe or python vio_visu.py
  3. 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)

kaatrasa avatar Apr 30 '25 09:04 kaatrasa