"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

External camera Framework for IOS?

Is there any document or tutorial available for creating custom driver(Framework) of external camera for IOS.

When i check this link: https://library.vuforia.com/content/vuforia-library/en/articles/Solution/creating-custom-driver.html

It shows how to create driver for Android and UWP (.so and .dll files).

I want to create for IOS.

Hi,

The documentation references classes that are platform agnostic, they should work regardless of the platform. 

Coming back to your question, yes it should be possible however we do offer documentation on How-To *only* for Android. For iOS we provide the Filedriver.

mhmdshalu

Mon, 02/24/2020 - 06:03

In reply to by mcotora

Hi,

Thanks for the replay. 

I got the output of sample given for Filedriver  but taking sequence of images from file storage.

But i didn't get the idea to how to use FileDriver for External camera.