Shopify / tracky

The easiest way to do motion tracking!
MIT License
355 stars 24 forks source link

Scene Reconstruction type not supported by this configuration #2

Closed elia-orsini closed 1 year ago

elia-orsini commented 1 year ago

Hello, I am trying to run the Xcode project from a MacBook M1 Pro to an iPhone 12 mini and this is the error I get when opening the app from my iPhone. I am not sure what this means. anybody can help me?

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Scene Reconstruction type not supported by this configuration'

thanks!

ericflo commented 1 year ago

Unfortunately I think this is the message that you receive when the device cannot support all of the features that Tracky needs to function (LiDAR sensor, AR-capable processor.) Some community members have reported success in modifying the project to remove references to segmentation and depth videos in a few places in order to relax the LiDAR requirement: https://twitter.com/cvachha/status/1633329817348370434

elia-orsini commented 1 year ago

oh I understand. Thanks anyway. I will try to turn off some requirements and see if I can manage to make it work :)