-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color Detector model's Size bias issue (AIV-657) #141
Comments
Hello~ |
@Sandra-lol I am not directly using an LCD but transmitting the obtained coordinates and dimensions to another device for display. Thank you for your assistance. |
hello~ |
@Sandra-lol ` static void threadCameraHandler(void *arg)
} if (xQueueReceive(info.xQueueFrameI, &frame, portMAX_DELAY))
} Thank you for your assistance. |
Hi.
I am using IDF version 4.4, and I have a question regarding the color detection feature. I'd like to know if this is a known bug or if there might be some misconfiguration causing the following issue:
I am capturing two frames of size 320x240 in RGB565/BMP format and attempting color detection. The functionality seems to work well. Based on the detected region's starting position, height, and width, I'm displaying the detected region on an LCD. For images that are wider, the width is accurately represented, but for images that are taller, the width is not displayed correctly; instead, it is recognized as a square shape.
Is there a way to resolve this issue?
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: