ArKit to capture data

ARKit to capture data What we want to do : use the ARKit to capture data around an object (pictures). Is there a way to : Increase the number of picture captured by default (120) to a higher number without increase the time required to capture data ? We managed to increase the number of pictures to 1000, but the data capture now lasts 20minutes, which is too long. Is there a way to capture a video instead of pictures ? Capture IMU data : how can we use the ARKit to capture IMU data around an object ?

Answered by DTS Engineer in 796921022

Hello @MdaVinci8,

Thanks for providing that info, are you currently making use of the Object Capture API for this feature? https://developer.apple.com/augmented-reality/object-capture/

Best regards,

Greg

Hello @MdaVinci8,

Thanks for posting this question!

It's difficult to provide an answer or recommendation here without knowing what platform (iOS or visionOS) and what feature you are trying to build in your app.

If you can provide that information, I can try to make a recommendation for you!

Best regards,

Greg

Hey Greg we are building in the object capture on iOS Please let me know if you need additional details

Accepted Answer

Hello @MdaVinci8,

Thanks for providing that info, are you currently making use of the Object Capture API for this feature? https://developer.apple.com/augmented-reality/object-capture/

Best regards,

Greg

Yes, we are currently using the Object Capture API for this, and we would like to know, as mentioned above how we can :

  • increase the number of pictures per object taken per second without drastically increasing capture session time
  • capture IMU data
ArKit to capture data
 
 
Q