Hi ,
I'm new to creating app and I though this is the best way to build an app for my project . I have arduino which can take pictures using arducam . I need to build an app to view the image .
As first step I manage to search for Bluetooth and connect to the device using an example .
I add another to button to cake snapshot ;
next step to accept image data and show the image (this is the part that i'm having issues with )
I read some comments online and used image block convert to base64 and view the jpeg image but It didn't work as expected .
Appreciate if someone can help me to sort this problem or guide me with a proper solution .
Thanks in advance .