Questions tagged [azure-object-anchors]

10 questions
2
votes
1 answer

Azure Object Anchors - support photogrammetry generated models?

Is Azure Object Anchors intended to work with reality captured/photogrammetry sourced 3D models (textured meshes) or just CAD models? If AOA is intended to work with reality captured models, are there any additional considerations for pre-processing…
0
votes
0 answers

Microsoft Azure Spatial anchors script problem

I haven't find so far any good and update script for manage the Microsoft Spatial Azure Anchors, could you please review this code and tell me more or less if i am in the right way or not ? Actually I am trying to minimize the code for having the…
0
votes
1 answer

How can i get the position or the anchor from detected object using Azure Object Anchors

I want to get the anchor or the position of the detected object with Azure Object Anchors. Can you give me some examples or the method I can use? I tried with the Microsoft example that detects the object from reality but I can't find a solution to…
Fanel
  • 1
  • 1
0
votes
1 answer

After model conversion the model details missing

I use Azure object anchor service to convert a geometry model with obj format. This model is a human head model. Before conversion, the nose, ear and eyes are clearly present in the model. But after conversion, all these details are missing. What I…
EnJ
  • 175
  • 1
  • 9
0
votes
1 answer

How do I get a position from a detected ObjectInstance?

I have been trying to follow what's in https://learn.microsoft.com/en-us/azure/object-anchors/concepts/sdk-overview with some success. I successfully detect an ObjectInstance, but how do I get the coordinates to place my GameObject in the matching…
jvol
  • 3
  • 2
0
votes
1 answer

Is there a way to set an initial position for the tracked object?

Is there a way to explicitly set an initial position for the object tracker, other than just placing the bounding box around the object? I have my objects already detected but want to use AOA to improve the tracking accuracy. It would be nice if I…
Tom Felder
  • 15
  • 2
0
votes
1 answer

What is the rough concept behind the AOA object tracking?

I am currently working on my Master Thesis, trying out different object detection/tracking SDKs for Hololens 2. Are you using some kind of ICP algorithm for detecting and tracking the objects? I assume that you are not using any geometry-based model…
Tom Felder
  • 15
  • 2
0
votes
1 answer

Azure Object Anchors - What 3D model formats are supported by Azure Object Anchors?

What 3D model formats are supported by Azure Object Anchors? Does someone know all supported formats?
AshokPeddakotla
  • 1,010
  • 7
  • 18
-1
votes
1 answer

Azure Spatial Anchors : Inizialize the cloudSpatialAnchorSession exception

Hello i have an issue to inizialize the cloudSession by code. The idea is too attach this script to the AzureManager gameobject on the scene....for having one single session and many objects to anchor, Does it make sense for you ? However if the…
Gelso77
  • 1,763
  • 6
  • 30
  • 47
-2
votes
1 answer

Is it possible to get the object origin when Models is detected?

Question regarding Azure Object Anchors: Once a model has been converted, and detected back in an app. Is it possible to get the original object origin? Example (see pictures below) here are two exact same glb, but the origin are…