mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
5fc95b48d8
The high priority CUDA stream causes libOBS to be at a lower priority than the tracking, which is not what we want. Instead we want tracking to be incomplete in those cases, rather than slowing down encoding and other things. Geometry updates are also now done once per frame instead of one per tracking update, which should improve the smoothness without affecting performance too much. Additionally all tracking info is now in the 0..1 range, which drastically simplifies some math - especially with texture coordinates. To deal with tracking and updates being asynchronous, a very simple approximation of movement velocity has been added. This is mostly wrong, but it can bridge the gap where tracking updates are slower, as the values are all filtered anyway. |
||
---|---|---|
.. | ||
encoders | ||
ffmpeg | ||
filters | ||
gfx | ||
nvidia | ||
obs | ||
sources | ||
transitions | ||
ui | ||
common.hpp | ||
configuration.cpp | ||
configuration.hpp | ||
plugin.cpp | ||
plugin.hpp | ||
strings.hpp | ||
util-event.hpp | ||
util-math.hpp | ||
util-memory.cpp | ||
util-profiler.cpp | ||
util-profiler.hpp | ||
util-threadpool.cpp | ||
util-threadpool.hpp | ||
utility.cpp | ||
utility.hpp | ||
windll.cpp |