- Home /
Object/Landmark Tracking using mobilephone Camera
Hi.
I really need your help on this one! Is there a way to track an object in realtime using a mobile-phone camera? -> Use-case: I tab on the device-screen (camera view) and then the point where i tabbed (like a coffee mug on a table) gets locked and when i move the mobile phone, the point stays on the tracked landmak.
I know there are plugins available for facial tracking (using openCV) or maker tracking (vuforia) but i have yet to find a way to track a single contrast-point from the camera in Unity.
Thanks in advance for your help!
Answer by tanoshimi · Aug 04, 2016 at 03:53 PM
No, it's impossible. Using a single camera feed there is no way to know the distance of any object from the camera (i.e. the depth of each pixel), and therefore no way to know how they are transformed when the camera is rotated or translated.
Sorry for the late reply.
Do you think it might be possible to do so just in 2D Screen Space (I dont have to know the 3D position, just where to place the UI elements on the screen) Thanks!!
Your answer
Follow this Question
Related Questions
[Mobile AR] Model faces away from camera? 0 Answers
Weird whitewashed lighting, on objects far from camera, on iOS. 3 Answers
ARcore: is it posible to find Augmented Image in editor? 2 Answers
How can I accurately convert a Game Object's position to a sub Canvas/Rect screen position? 0 Answers
Deploying Unity app to Augmented Reality headset results in a flipped/mirrored view - image attached 0 Answers