python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using the Object Capture API with the camera of the Android device
Can I take photos from an android device or any camera instead of an ipad or iphone while using the Object Capture API? What negative side effects can it have.
Note: I'm asking this question because I...
Muhammed Emin Aydın
Votes: 0
Answers: 0
How to share .scn file as .usdz file?
I am creating an app where users can scan objects in 3D, I have a scene which I can easily save in documents directory and share it in .scn format, but I want to share this .scn file as .usdz file via...
ahmad rafiq
Votes: 0
Answers: 1
RealityKit – Get a model entity from USDZ file
I haave a file (exists in main bundle with target membership checked) named matrix.usdz and need to load it with
do {
let path = Bundle.main.path(forResource: "Matrix", ofType: "us...
peso fao
Votes: 0
Answers: 1
How to access USDZ schema at runtime
From what I have read at https://developer.apple.com/documentation/arkit/usdz_schemas_for_ar it looks like you can do some great AR stuff like anchoring all from within the USDZ file itself.
I underst...
mabarif
Votes: 0
Answers: 1