uglyDwarf

Results 95 comments of uglyDwarf

Hello, I'm glad you made it working... If the tracking is glitchy, first of all make sure there isn't anything in the background that would be mistaken for the marker...

> In the constructor of FashHash in hashing.h, buffer is reserved, but not allocated. Hence: buffer.reserve(length); should be replaced by: buffer.resize(length); > > This fixed my problem when extracting firmware...

> According to documentation, calling reserve only allocates memory (increasing its capacity size), it does not increase the vector size. In this case, you are accessing the vector at indexes...

Hello, I'm sorry I respond only now - too many things going on IRL... If you open the ltr_gui and on the Misc tab open the log, what is the...

Hello Rahul, to be honest, I'm not sure what makes the gatekeeper to react like this, but it seems to be tied to the location where the ltr_gui.app resides... Try...

I'm sorry for the long delay, but here you go... When you open up ltr_gui, go to camera preview and start tracking. Now look at the preview - do you...

Hello, please download the universal package here: https://github.com/uglyDwarf/linuxtrack/wiki/Downloads and install it according to this: https://github.com/uglyDwarf/linuxtrack/wiki/universal-Linuxtrack-package Then it should work... Please let me know should you encounter any problems. Kind regards,...

Hello, can you try the current universal package that is here: https://github.com/uglyDwarf/linuxtrack/wiki/Downloads ? Kind regards, Michal

Can you try the following? Close / kill all linuxtrack related things (ltr_gui, ltr_pipe), go to the /tmp and remove all linuxtrack*.log files, then start the ltr_gui, try starting the...

This is strange - it seems everything is OK until the tracking is started... I've seen reports on the NP's forums of TrackIR's strange behaviour when connected to the USB3...