EnoxSoftware / MarkerLessARExample

This asset is a Marker-Less Augmented Reality Example using the actual environment as input instead of printed square markers and display 3d model in WebCamTexture in real-time.
https://assetstore.unity.com/packages/templates/tutorials/markerless-ar-example-77560
25 stars 5 forks source link

Any chance of an ARFoundation compatible version of this sample? #13

Open SimonDarksideJ opened 1 year ago

SimonDarksideJ commented 1 year ago

Tried out this sample in a project that is using ARFoundation, and obviously it spectacularly failed (although in not an obvious way)

Eventually found https://github.com/EnoxSoftware/ARFoundationWithOpenCVForUnityExample

However, this only goes so far as to grab the screen texture and convert it to a Mat for viewing.

Can this sample be updated with an ARFoundation compatible sample for use in Marker and Markerless based operations?

P.S. No rush as I believe I can figure it out with what code is available, but might be useful for other developers new to OpenCV

SimonDarksideJ commented 1 year ago

Actually, got as far as getting tracking working, however, was unable to get the Pose of the detected image working.