bjarque / t265_UE

Intel Realsense t265 into Unreal Engine
MIT License
40 stars 20 forks source link

No device connected #8

Open YaoDaDi666 opened 1 year ago

YaoDaDi666 commented 1 year ago

i setup everything,but when i did py tracker.py 127.0.0.1 on cmd,always got No device connect,and in unreal5.1 i can see MHTracker but always yellow,thanks

ale-legui commented 11 months ago

Hi, I don't know how interest you still are on the solution, or if you found it at all. With the message "No device connected" I try to open RealSense Viewer. Because I reinstall my computer no so long ago I download the viewer from git. To my surprise, did not recognized my T265. In the Device Manager it appear Movideus MA2X5X, and nothing about Realsense. I look up the git and in the recent version of the sdk (v 2.54.1) removed support for the T265. Download the last supported version of the viewer (v 2.53.1) it recognize the t265 perfectly (And it change the name in the Device Manager to the T265). But still give me the "No device connected" error message. The pyrealsense2 it's build from latest sourse, itsn't gonna work. You need to uninstall pyrealsense2 (if you already installed it): pip uninstall pyrealsense2 And install the last supported version instead: pip install pyrealsense2==2.53.1.4623 Follow the rest of the steps as it is, and it works. Sorry if explain too much, I hope it's helpful for the next person who encounter the same issue.

lucashlly commented 11 months ago

@ale-legui you are my savior thanks for taking the time to share your solution, I did exactly what you described and it solved my problem :)