To avoid that the following error message occurs with the Camera component:
"Error 201, the camera did not return an image” or you don’t get an OK button after taking a picture,
because the folder “Pictures” does not exist (has been deleted by you or your users),
use these blocks:
Note: Since Android 5, this folder is no longer automatically created by the camera component.
The folder is still created with Android 4.3.
@Kodular I think this folder should be created automatically on all Android versions.
Importantly, it is necessary to use the smartphone’s native camera, if using another camera app it may not work. I tested 2 app didn’t work, but one did.
Android 11 up, never fired Camera After Picture. It directly fired Error Occured.
Because I need to compress ( resize ) image, and my camera only create ‘PNG’ file, I 've to copy first into ‘Download’ folder to make JPG. And then resize after all.
This works now but
I hope, there will be a simple method to catch CAMERA, like the old one.
Yes, as I have said several times, my approach is at best a temporary workaround. Why this fatal bug was not fixed with the 1.5.6 update remains a mystery.
I wouldn’t use my workaraound because I’d have to adjust it again later after a fix.
Hello, both methods work on Companion but do not work when exorted as .apk.
I get Error 908 and tried to solve it with block ask for permission:android.permission.WRITE_EXTERNAL_STORAGE which was denied, after that i used Anke DeclareReadWrite.aix but that did not help too.
Could you help me plz.