Home › Forum › Omnis General Forum › IOS Dev : is it possible to Include AR Kit
Tagged: Desktop, General Coding, iOS, Linux, Web, Web Services, Windows
-
IOS Dev : is it possible to Include AR Kit
Posted by Rainer Greim on January 31, 2020 at 12:22 pmHi,
I want to code a mobile app prototype created with ADOBE XD as mobile app based on Omnis 10. As this prototype is also using AR-Kit and Cam, can I do this with Omnis ?
Or is it better todo the GUI part for IOS with something else and use Omnis as a middleware. Idea is : having this App ( graphics, features ) filled by a backend.
BR from Ulm
RainerDeleted User replied 1 month, 1 week ago 3 Members · 5 Replies -
5 Replies
-
Hi Rainer,
With the latest versions of the App Wrapper, there’s now a SDK that allows you to make calls into/out of Omnis to other platform specific features. So, it should be possible to use AR-Kit and Cam with Omnis. You’ll need to write some iOS code to act as an interface between Omnis and these frameworks, but after that you should be OK.
We haven’t done this yet ourselves, but we were looking into Machine Learning and wanted to use some of Google’s frameworks to do specific OCR functions that would be used inside Omnis.
The new SDK opens a world of possibilities …
Regards,
Paul. -
Hi and thx for all the replies..
Still having a lot of ideas, but as usual I have to do it and I don’t know if somebody is willing to pay for it… or even use it ..
BR Rainer -
Hi Rainer,
I still want to do this, but so little time for “recreational programming”! 🙂
I was thinking, using the new SDK would also be the way to allow Omnis to interact with Apple Watch – you could build views for Apple Watch in the SDK and then trigger these with endpoint calls to/from Omnis.
If only someone could pay me for being creative! lol 🙂 🙂 🙂
Regards,
Paul.-
Hello from Germany,
its not only for IOS.
In 2022 I have discovered this little usb box ( USB Accelerator) : have a look at coral.ai . There is also a js lib for it
BR Rainer
-
-
Deleted User
Deleted UserOctober 26, 2023 at 12:23 pmYes, it is possible to include ARKit (Apple’s Augmented Reality framework) in iOS app development. ARKit is a powerful tool for creating augmented reality experiences in iOS apps. You can use ARKit to integrate augmented reality features like 3D object tracking, face tracking, world tracking, and more into your iOS applications.
Log in to reply.