Age | Commit message (Collapse) | Author |
|
|
|
Reported by @DaWelter.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 2ef545b487209fb03bc2506b8e9bfa345d0f392b.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #1026
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reported and tested by: @GDsouza
|
|
|
|
|
|
|
|
Moving LEDs at different speeds results in nonsensical poses so use the
deltas from the fastest moving point.
|
|
|
|
|
|
|
|
This was caused by QProcess in video/ps3eye getting created from the UI
thread, then recreated on the Point Tracker's thread.
|
|
|
|
|
|
|
|
|