RIT-NTNU-Bachelor / Unreal-facetracking-client

The UE client which receives face coordinates.
MIT License
1 stars 0 forks source link

Measure latency from face movement to virtual camera movement #68

Closed haugeSander closed 6 months ago

haugeSander commented 6 months ago

What?

Track the time it takes from a face is detected to our unreal tool reacts. Important because one of our goals is to achieve minimal latency, which we must show.

haugeSander commented 6 months ago

Update afternoon 2.05

Not able to implement it. Tried to use timestamps to track the timings, but for some reason the timings are completely off in C++. Tried to figure it our for 4 hours, but to no avail. Might look more into it later, as it is essential to explain one of our goals without it being purely speculation and subjective.

haugeSander commented 6 months ago

In review

PR #69