NON906 / HandMR

スマホVR(cardboard)・だんグラ上で、ハンドトラッキングを行うためのUnityアセット
Other
21 stars 1 forks source link

marker traking or slam #10

Open Avatarchik opened 7 months ago

Avatarchik commented 7 months ago

Hi! Can I add a tracking marker or slam here? I don't need hand recognition, I just want marker tracking in the cardboard

NON906 commented 7 months ago

I haven't tried it, but since it is using ARFoundation, you should be able to add markers.

NON906 commented 7 months ago

Earlier, I released a repository based on google's cardboard assets that can be tracked by ARFoundation. This may be better.

https://github.com/NON906/cardboard-xr-plugin-6dof

Avatarchik commented 7 months ago

https://github.com/NON906/cardboard-xr-plugin-6dof Thank you! can I turn on the camera since the background of the camera is now black, I would like to see what is happening on the phone camera, I want to make additional reality for Cardboar, show an object on the marker Will I succeed or will there be a displaced object on the marker when moving?

NON906 commented 7 months ago

Since the image is taken from a monocular camera, it is not possible to reproduce depth. Therefore, it is not possible to completely reproduce the position, and the display may be shifted.

Perhaps it can be done by obtaining the marker position and projective transformation of the image, but it's difficult to deal with this idea because I don't even know if it will work or not, and it's a major change.