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"
}
]
}