lsd_slam icon indicating copy to clipboard operation
lsd_slam copied to clipboard

Getting debug depth window over IP

Open havi0019 opened this issue 8 years ago • 2 comments

I am trying to remotely perform lsd slam with small computer/camera and have a another computer access the map, debug information.

when ssh'ing into the computer to run live slam I ran into this issue(on ubuntu 14.04): (DebugWindow DEPTH:2747): Gtk-WARNING **: cannot open display: Segmentation fault (core dumped)

The work-around to this problem was to disable displayDepthMap in util/settings.cpp

I have not looked at code much but would it be hard to be access the display depth map on another computer(or is there a way currently)?

thx!

havi0019 avatar Oct 05 '15 02:10 havi0019

@havi0019 You could try streaming the images directly to the second computer and run lsd_slam there rather than trying to access the depth map.

mihaibujanca avatar Oct 07 '15 16:10 mihaibujanca

You could try ssh'ing using the ssh -Y hostname flag.

omarabid59 avatar Aug 30 '18 21:08 omarabid59