Closed JeromeIllgner closed 5 years ago
Needs some clarification if issue is due to positioning or size of the screen.
This issue won't be as simple as we first thought. Initially we thought we could simply add a "vertical offset" variable to the config menu, but a naive approach won't work as a different offset would be needed at different distances
We we partially able to solve the issue earlier by tilting the camera slightly - perhaps this will be enough? We should experiment properly at some point.
Could try and estimate distance of an object, from which we could extrapolate the required offset? Distance could maybe be estimated by looking at the difference of x value between the bounding boxes from either camera.
There are number of models that can calculate the depth in a single image, however, they are mostly implemented in python using Tensorflow. This will not work with browser based application.
Example of such model: http://visual.cs.ucl.ac.uk/pubs/monoDepth/
Add solution to adjust for webcam height so that eyes track at appropriate height.
Solution can be: