Closed mkassner closed 6 years ago
What is this about? Just curious!
with this we get 3d pose of the head. There is a brach on this in the repository. If you calibrate the camera, define a surface, turn on 3d pose in marker tracker and open the debug window you will see the pose of the camera relative to the maker. unit conversion is defined via surface scale x,y (we tend to use cm).
Wow, awesome. I'll check it out.
Still needs cleaning up and documentation.
Hi, what is the specific commit (link if possible)? This might be useful for me.
We will implement this with a new plugin.
Thanks Moritz for letting me know.
Xianta
----- Original Message ----- From: "Moritz Kassner" notifications@github.com To: "pupil-labs/pupil" pupil@noreply.github.com Cc: "xiantaj" xiantaj@sfu.ca, "Manual" manual@noreply.github.com Sent: Tuesday, 22 August, 2017 21:58:44 Subject: Re: [pupil-labs/pupil] 3d pose estimation from markers (#31)
We will implement this with a new plugin.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/pupil-labs/pupil/issues/31#issuecomment-324034869
great! I found the specific commit btw, although I ultimately did not use it.
It could also be useful for the plugin to publish the confidence values of detected markers (and surfaces) as a help for determining which one to take reference as when using multiple surfaces.
Since we have a PR for this. I will close the issue, we can continue discussion in the PR.
this is implemented as a proof of concept. It need to be done cleanly and with line documentation because it will become a fundamental.