You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, many sellers, particularly from China, have started shipping the RHYX M21-45 camera module instead of the OV2640. While the two modules look visually similar, the RHYX M21-45 does not support JPEG output, causing compatibility issues.
On the Arduino forums, a suggested workaround involves changing the image processing method from:
config.pixel_format = PIXFORMAT_JPEG;
to:
config.pixel_format = PIXFORMAT_RGB565;
Would it be possible to add support for this camera in the library? Or are there hardware limitations that make this infeasible?
Unfortunately, I bought five of these modules and now face this unexpected challenge due to the seller.
Thank you for your consideration, and I look forward to your advice or a potential solution!
The text was updated successfully, but these errors were encountered:
Request your money back from the sellers, I also made it and he paid me back without hesitation.
I wanted to try to implement this camera, but it does not support many functions and therefore it is not useful.
The Feature
Recently, many sellers, particularly from China, have started shipping the RHYX M21-45 camera module instead of the OV2640. While the two modules look visually similar, the RHYX M21-45 does not support JPEG output, causing compatibility issues.
On the Arduino forums, a suggested workaround involves changing the image processing method from:
config.pixel_format = PIXFORMAT_JPEG;
to:
config.pixel_format = PIXFORMAT_RGB565;
Would it be possible to add support for this camera in the library? Or are there hardware limitations that make this infeasible?
Unfortunately, I bought five of these modules and now face this unexpected challenge due to the seller.
Thank you for your consideration, and I look forward to your advice or a potential solution!
The text was updated successfully, but these errors were encountered: