Hi,
I convert image of camera to base64 string.
Qt Code:
xmlWriter.writeAttribute("image",imageData_Base64);To copy to clipboard, switch view to plain text mode
I have a string like this:
/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAA ......
Now I want show above string as image in qml camera.
Please guide me.
Bookmarks