Hi
I need to read an image from(ex: “/storage/sdcard0/DCIM/IMG_001.jpg”) internal storage of android mobile to qml image source..I tried various ways..I could not do this.Please help me with ur ideas
Image{
id: image
source: "/storage/sdcard0/DCIM/IMG_001.jpg" //doesnt work
}
↧