still from the #1 block, I did many test find out a strange phenomenon: the APP works manually by button; the BLE connection is good; just do one thing, let the BLE trig either of ProCamera or ProCamBase64 initialize after connected, can not do it.
I wonder if there is confliction of BLE with them? why the camera can be ini only by button?
added ProCamBase64.Initialize after BLE received 'TAKE_PICTURE'; manually button still works ini cam and take picture, click BLE trig nothing up, and crashed.
Well, I showed that it can be actioned programmatically using a firebase call...and I did ask if you were getting a notifier to display where you are calling the procam to take a picture (the call coming from your ESP32), but I don't remember you telling us whether that worked or not?
Thanks.
sorry I didn't feedback of the test result of that APP just got black screen.
I added permission, added button to ini procambase64, still no have front page up.
also I'd like to know if you got have a call.procambase641.ini.. in screeni.ini, why still need a button to ini it? asking so because this happened in other codes.
Thanks.
my first test used exactly block layout as here, got just black screen. its why can't see any of the notifiers. maybe my phone is too old? Android 5.0?
my phone is a Android 5.0. for exactly the Tim's block here, realy no need a storeage permission. and the testing result came from with no stroage permission.
the added block with storage pernission request is relative to a BLE block.
thanks.
If you use my remix of the procam extension, you can set the procam image taken to a base64 string instead of saving to a file, if storage permissions are an issue
'Is your firebase setup correctly to return true or false for a tag called take ?'
sorry that I didn't answer this asking, I didn't set that good yet, guess this is the reason why the APP got black screen?
any other solution to do the procambase64 take picture by program trig offline?
in fact, as I've tested many codes, the storage permission is not a issue.
here, I don't know what happened.
well, I initialize the ProCamBase64 at APP start OK, but can not BLE meg to: take picture.
put: set.global,camTrig to true; call.procambase64.Takepicture; set.global,camTrig to false under stringreceived, can take one picture and then crashed