Tristan Hume
Tristan Hume
This PR does make a very noticeable difference to performance, especially in Chrome on 4k monitors, and in apps like Sublime Text which submit the entire pane as a damage...
Sorry for not replying for a while, at this point it seems like I may just end up procrastinating on this forever. People at my company use this patch, but...
I discovered and patched this issue in mid-2020 but only emailed it to the xrdp-core list specified for security issues, since I wasn't sure if the buffer overflow with user-controlled...
I would avoid adding logging, with my patch splitting is just a normal thing that can happen if there's a lot of info. It can potentially happen very frequently, under...
eyeLike is not suitable for IR pupil tracking. It's slow and inaccurate, your results will be terrible. There is a reason that I started writing a new eye tracker (SmartGaze)...
You need to track a stable reference point to measure the offset of the pupil from. Like the eye corners. I haven't managed to do this, it's quite difficult, especially...
I'm not really working on this project anymore, but one issue is that the reference point and pupil tracking both need to be very accurate to get reasonable gaze point...
Sorry I have no idea what the problem is given this information. eyeLike isn't a product that does something, it's an example implementation of an algorithm, so if you want...
Yah that's probably reasonable. The path is correct for the way I build eyeLike with XCode, which puts the binary under `build/bin/Debug/`, but that's not what happens with command line...
It kind of can, not sure how well it would work compared to other possible solutions. Basically the algorithm produces a "centre-ness map" and instead of finding the highest point...