Replies: 1 comment
-
Hi @cfrusso18 Six years ago a RealSense Unity user created a tool for reading Aruco image tags with a RealSense 400 Series camera. Its code will be out of date now compared to the current Unity wrapper version but may provide some useful insights about how to proceed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I've been trying to use Unity to create a program that can use a RealSense to detect a 2D glyph in physical space, and I am struggling with figuring out the best solution to this. Using OpenCV or ML in general kinda feels like overkill because the glyphs are very distinct, but I am also struggling to find something that can do image detection through a webcam. I'm trying to use Vuforia, but its also not displaying the feed from my webcam. Has anyone done anything similar with this hardware before?
Beta Was this translation helpful? Give feedback.
All reactions