need help to send last image through MQTT #1330
Replies: 7 comments
-
I think the image does not get stored to the sd-card at all. As far as I can see, the image gets provided on the fly, see https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/code/components/jomjol_flowcontroll/ClassFlowControll.cpp#L579 |
Beta Was this translation helpful? Give feedback.
-
@caco3 is totally right. Background is, that we want to avoid too much sd-card reading, as this has created a lot of trouble in the past. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answers :) I already tried retrieving the image directly , however it seems to load the esp a lot when doing so, especially when it's processing. It has often happened that I could not retrieve the image. So you thing, i can just call GetJPGStream() to get the actual image? I would be very happy to have your help :) |
Beta Was this translation helpful? Give feedback.
-
No, the function |
Beta Was this translation helpful? Give feedback.
-
Is this function used? There is a function I would not save it to the sd-card as this would destroy the sd-card quickly! |
Beta Was this translation helpful? Give feedback.
-
Hello guys, sorry for my late feedback, but in Germany was a long weekend due to a holiday and I was on vacation :) I have now looked at the whole thing again and as a workaround and plan B I let first write the current image on the sdcard. But I also see it as very problematic. The only way out would be to use an ENDURANCE or INDUSTRIAL sdcard... I must admit that I do not get warm with c++ :( Maybe one of you has once again time and interest to help me :) |
Beta Was this translation helpful? Give feedback.
-
Hello all, sorry for my late feedback :) Again I have spent several days to find out how and where the image is stored. Unfortunately without success... I would also like to support you in the development, even if the topic "image by mqtt" is a very special case for me. |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
this project is amazing :)
I'm currently trying to send the current image via mqtt and already have a proof of concept for it.
However, I still have the problem that I can not find the current image. At the moment I am still using a static test image.
I know that the current image can be retrieved via the URL /img_tmp/alg_roi.jpg. However, I can't find it on the sdcard.
Maybe one of you would be so kind and help me with this? :)
My c/c++ knowledge is not the best either...
If you interesset i will create a PR later on.
Beta Was this translation helpful? Give feedback.
All reactions