gaitutils icon indicating copy to clipboard operation
gaitutils copied to clipboard

Player's progress bar in webreport videos obscures patient's feet

Open andreyzhd opened this issue 2 years ago • 2 comments

Even if the progress bar itself does not obscure the feet, the player window adds a semiopaque area around the progress bar that degrades the video quality in the feet area. The problem doesn't happen for the overlay videos as they have a black frame around the actual video. One straightforward solution is just to add a black stripe below each non-overlay video.

andreyzhd avatar Jan 19 '23 11:01 andreyzhd

A longstanding issue. The ideal solution might be to ditch the Chrome video player and create/obtain a Dash video player component that would handle also other useful things, like synchronization with gait curves. (I believe that Dash components are just lightly wrapped React components, but never looked deeply into this).

jjnurminen avatar Jan 19 '23 12:01 jjnurminen

Here's a Dash video player component that wraps ReactPlayer: https://github.com/plotly/dash-player It might be an improvement on the Chrome player even out of the box, or at least a starting point. It seems to support e.g. seeking by API calls.

jjnurminen avatar Jan 20 '23 11:01 jjnurminen