-
-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unstable AR Content and Ineffective Tracking Configurations in MindAR #556
Comments
Personally, I’ve found all JS AR solutions to be really sensitive to lighting and target image. Have you experimented with changing the target up (if possible)?Sent from my iPhoneOn Dec 15, 2024, at 3:55 AM, PS Prashant ***@***.***> wrote:
The AR content (e.g., 3D models, videos) rendered using MindAR on markers is highly unstable. Despite tweaking tracking configurations (filterMinCF, filterBeta, etc.), the instability persists, resulting in jittery content that negatively impacts the user experience.
Expected Behavior
The AR content should stabilize on the marker without noticeable jitter, even during small movements of the marker or camera.
Request for Help
Tracking configurations are insufficient to solve this issue. Could someone assist in implementing custom stabilization functionality, such as:
Custom Smoothing Algorithms: Smooth AR content position and rotation.
Device Orientation Control: Stabilize AR objects based on device orientation sensors.
Hybrid Tracking Solutions: Combine marker-based tracking with external tracking methods for improved stability.
Any code snippets, references, or detailed guidance would be greatly appreciated!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hello dogzilla, I also tested this using high-textured patterns, but the same issue persists. |
document_6269237296659175189.mp4 |
Yes, 8thWall and other commercial solutions do a decent job - I’m sure they have tuned the models that do the tracking. I don’t believe the MindAR tracking models have been significantly updated since initial release 3 years ago, but maybe someone else can speak directly to that.Have you seen the smoothing parameters for MindAR? They help quite a bit, although I haven’t been able to get the tracking as smooth as what I see in 8thWall yet. Here’s the docs on that: https://hiukim.github.io/mind-ar-js-doc/quick-start/tracking-config/
That said, 8thWall has a minimum license fee of $750/month per project, MyWebAR starts at $799/mo total for something comparable to the flexibility of MindAR - those prices are well out of the realistic for many people (me included), given AR is a relatively new and unproven tech. Given the option between those prices and jitter, all of my clients so far have chosen to live with the jitter.
… On Dec 16, 2024, at 7:55 AM, param ***@***.***> wrote:
In 8th Wall and MyWebAR, the tracking was actually good. I observed that they apply smoothing to the camera movement and content. If it's possible to add a custom function for smoothing both the camera and content, it would be really helpful, and I’m looking forward to a solution for the same.
I also tested this using high-textured patterns, but the same issue persists.
—
Reply to this email directly, view it on GitHub <#556 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAIO2L44IKTZYBXLSLMP75T2F3ET7AVCNFSM6AAAAABTULAIRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBVGU3DANZWHE>.
You are receiving this because you commented.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The AR content (e.g., 3D models, videos) rendered using MindAR on markers is highly unstable. Despite tweaking tracking configurations (filterMinCF, filterBeta, etc.), the instability persists, resulting in jittery content that negatively impacts the user experience.
Expected Behavior
The AR content should stabilize on the marker without noticeable jitter, even during small movements of the marker or camera.
Request for Help
Tracking configurations are insufficient to solve this issue. Could someone assist in implementing custom stabilization functionality, such as:
Custom Smoothing Algorithms: Smooth AR content position and rotation.
The text was updated successfully, but these errors were encountered: