Age | Commit message (Collapse) | Author |
|
Issue: #883
Reported by: @Slion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reported by: @Attigliuzzo
Fixes: #882
|
|
|
|
|
|
|
|
|
|
Actually `macros.hpp' should become a util header.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Broken for old opencv on Linux
|
|
Maybe this avoids Koenig lookup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was probably disabled by accident.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Kinect: Copyright fix and minor cmake changes.
|
|
|
|
|