Results 5 comments of Empe

@Sandra-lol Thank you for your advice. I am not directly using an LCD but transmitting the obtained coordinates and dimensions to another device for display. I have logged the obtained...

@Sandra-lol Sure, Please check my code. ` registerCamera(PIXFORMAT_RGB565, FRAMESIZE_QVGA, 2, info.xQueueAIFrame); static void threadCameraHandler(void *arg) { // cliPrintf("threadCameraHandler \n"); while (true) { camera_fb_t *frame = esp_camera_fb_get(); if (frame) { xQueueSend(xQueueFrameO,...

Error state update : abort() was called at PC 0x420e5292 on core 0 **0x420e5292: int abort_return() at D:/Develop_Tool/esp-idf-v4.4.3/components/cxx/cxx_exception_stubs.cpp:33** Backtrace: 0x40375f3a:0x3fcda870 0x4037eab1:0x3fcda890 0x40386362:0x3fcda8b0 0x420e5292:0x3fcda920 0x420e52bf:0x3fcda940 0x420caf5f:0x3fcda960 0x420cab5e:0x3fcda980 0x4202ff8e:0x3fcda9a0 0x4203002a:0x3fcda9e0 0x42030d43:0x3fcdaa00 0x42031b16:0x3fcdab10...

Situation Update :: I thinks it happend by memorry size. ![image](https://user-images.githubusercontent.com/10431571/220864761-e1cc1f5a-5cfd-408a-bb73-f5c850e4852f.png) change the number of detecting target color system reset error dosn't appred more is there any option to change...

Hi @Auroragan Thanks for help. my main problem is when my esp32s3 board operating this code ` std::vector &results = detector_color.detect((uint16_t *)frame->buf, {(int)frame->height, (int)frame->width, 3} ); ` at that time...