UCA4SVR / TOUCAN-VR

Testbed Oriented to User-Centric Approach in Networking for Virtual Reality
Apache License 2.0
12 stars 5 forks source link

As a {Researcher} I want to {know the average quality of the video in the field of view at each instant of the playback} to {have an objective measure of what the user is viewing for analysis} #63

Open Endmaril opened 7 years ago

Endmaril commented 7 years ago

Log the average quality of video in the field of view at each instant of the playback. The quality must be logged to a file together with the same wall clock time used in the other log files.

Endmaril commented 7 years ago

Currently, the average quality in the field of view is approximated by computing an approximation of the portion of video covered by the field of view.

A more accurate computation would be needed to get more reliable results. We need to find a way to compute this metric precisely.

Endmaril commented 6 years ago

A new version of the computation has been developed using webGL to render the scene again using the log data coloring high quality tiles in red and low quality tiles in black. The program then computes the proportion of red pixels in the field fo view.

This implementation takes into account an initial rotation to align with the phone's initialization process, a rotation at the start of the video which is recomputed from the logs because it is not logged directly and the snap changes.

Tests and verifications must still be done to ensure that the transformations performed are correct but the main code works.