Hi @Deadra , yes we need to implement AR Image Markers in processing-android project.
Yes you are on right track, we need to make AR image marker to detect and augment 2D images in the user’s environment.
You understood absolutely correct !
Regarding the AR Implementation part:
- we are already using Google’s ARCore Lib for processing-ar library
- processing-ar is a wrapper on top of Google’s AR Core SDK.
How to implement AR Markers in processsing-android:
- AR is implemented as separate library inside the processing-android as processing-ar.
- You can use the existing processing-ar lib code and add ar marker part in it.
- You can use the ARCore SDK if its full filling our need.
- If you want you can implement it from scratch but i wouldn’t recoomend that at this point of time as it will take much more time and debugging will also be hard for you.
Referrences:
In case of any query or help you can tag me here or on any processing github issue.
Thanks,
Aditya Rana