invalid path: /storage/emulated/0/.hiddenFolder/image.jpg,this works fine in easysense2.0 but not for 3.0

0 votes
asked Jan 23, 2020 by raviraj (400 points)

Getting invalid path: /storage/emulated/0/.hiddenFolder/image.jpg, to read target from this path.

this path is mentioned in .json file 

targets.json file, in below file namecard was able to get detected but not the first one

{
  "images" :
  [
    {
      "image" : "/storage/emulated/0/.hiddenFolder/image.jpg",
      "name" : "unique"
    },
    {
      "image" : "namecard.jpg",
      "name" : "namecard"
    }

  ]
}

2 Answers

0 votes
answered Jan 23, 2020 by kenn (18,750 points)
Are you sure this is not from Android Q and permission is correctly handled?
0 votes
answered Jan 24, 2020 by bigbaak (720 points)
Why are you not save image targets in Internal Storage Application? It's safely for your data.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...