Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit d98d36c9acc66fb3158f77274189c92b1330fbf6.
|
|
|
|
|
|
The averaging mode is slower than the opencv SIMD implementation
for BT.709. Remove it.
Make it optional to perform hardware grayscaling using the ps3eye sensor
with the open driver. Default to grayscaling using the CPU.
|
|
This reverts commit 8ac0471c1c0c4cdf76f696b7c3c18d1d3a776a78.
Discussion: #1381
|
|
|
|
|
|
Fixes auto threshold slider label text on toggling the checkbox without
dragging the slider.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No functional changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|