Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was caused by QProcess in video/ps3eye getting created from the UI
thread, then recreated on the Point Tracker's thread.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1047
|
|
|
|
|
|
|
|
|
|
|
|
Issue: #910
|
|
|
|
Issue: #910
|
|
|
|
|
|
|
|
Broken for old opencv on Linux
|
|
|
|
Get rid of contention in `preview_size' and `set_image'.
After switching the Qt mutex to non-recursive, turns out the writer
thread preempts the UI thread to the point of freezing the entire thing.
Mutex fairness is an implementation detail and we must assume unfair
mutexes in the worst case.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Always use the adaptive QMutex.
|
|
|
|
|
|
|
|
|
|
Maybe global `-Wcomma' is too harsh.
There should be no functional changes whatsoever.
|
|
Move camera open to worker thread.
|
|
It was necessary to center _twice_ in order to reset
dynamic pose. Put a spinlock around the code.
|
|
|
|
|