"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

Texture in fexternal storage

Hi,

Is it possible to load a texture image from external storage?

 this code to loadTextures image   private void loadTextures()    {     mTextures.add(Texture.loadTextureFromApk("img1.png",                getAssets()));     mTextures.add(Texture.loadTextureFromApk("img2.png",                getAssets()));    }  

I mean with JSON I want to call image from external storage, not in asset folder.

kind reards,

Arighi