obs-StreamFX/data
Michael Fabian 'Xaymar' Dirks 5fc95b48d8 filters/nv-face-tracking: Improve tracking and remove high priority CUDA stream
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.
2023-03-28 12:40:43 +02:00
..
effects gs-mipmapper: Update API usage, remove broken options and optimize 2023-03-28 12:40:40 +02:00
examples examples: Remove broken effects 2023-03-28 12:40:42 +02:00
locale filters/nv-face-tracking: Improve tracking and remove high priority CUDA stream 2023-03-28 12:40:43 +02:00