Hello,
I am trying to design a program using a webcam, Arduino + absolute orientation IMU (Inertial Measurement Unit).
What I would like to build is an augmented reality application that, as the title says, has a series of 3D objects that are super-imposed on a live video feed. I want the objects to appear static as the webcam is rotated, and I will be using Arduino + a 6 axis absolute orientation IMU (BNO080) to track the rotation of the webcam. I’m running this on Windows.
I recognize that the IMU will have some drift, etc., which is (currently) a secondary issue. I am hoping I can do this using just the absolute orientation of the device, and placing the 3D objects at specific positions on a transparent sphere, which rotates to compensate for the rotation of the device so that the 3D objects appear fixed in space.
What I’d like to know, as the title says, is:
Please let me know if I need to offer any additional information. I’ve tried to be as clear as I can!
Thanks in advance
I am trying to design a program using a webcam, Arduino + absolute orientation IMU (Inertial Measurement Unit).
What I would like to build is an augmented reality application that, as the title says, has a series of 3D objects that are super-imposed on a live video feed. I want the objects to appear static as the webcam is rotated, and I will be using Arduino + a 6 axis absolute orientation IMU (BNO080) to track the rotation of the webcam. I’m running this on Windows.
I recognize that the IMU will have some drift, etc., which is (currently) a secondary issue. I am hoping I can do this using just the absolute orientation of the device, and placing the 3D objects at specific positions on a transparent sphere, which rotates to compensate for the rotation of the device so that the 3D objects appear fixed in space.
What I’d like to know, as the title says, is:
- Is this possible, or is there a fundamental flaw in this that I’m missing?
- Can you guide me to any similar examples, using processing, or any other solution (I do not want to use Android ARCore / Apple ARKit since they depend on surface mapping, which is a challenge here (smooth surfaces; nothing to get a tracking point / surface on)
Please let me know if I need to offer any additional information. I’ve tried to be as clear as I can!
Thanks in advance