1800 123 456
View in space
Couldn't load pickup availability
The OV5640 FPC Camera Module pairs nicely with the OpenMV Cam H7 giving you the same high resolution jpeg taking capabilities of the OpenMV Cam H7 Plus. This module is built using the FPC version of the OV5640 sensor which features auto-focus. The OV5640 image sensor is capable of taking 2592x1944 (5MP) images. The sensor supports Grayscale, RGB565, JPEG, YUV422, and Bayer image formats. Depending on the resolution you can achieve up to 120 FPS frame rates (see the IR LED Tracking Example).
Use this module to give your OpenMV Cam H7/R2 the ability to take high quality JPEG images. The OpenMV Cam H7 and OpenMV Cam RT1060 ship with the OV5640 by default with M12 lenses, but without autofocus support - which this module has (but, no changeable lens).
Given the limited frambuffer RAM (~400 KB) on the OpenMV Cam H7/R2 you will only be able store a maximum standard resolution of up to (you can get more pixels with a higher resolution that is cropped):
The OpenMV Cam H7/R2 will have trouble streaming this size of image to the IDE. Any resolutions larger than 640x480 will not fit nicely in the OpenMV Cam H7/R2's JPEG buffer (~32 KB) that the IDE reads asynchronously. This will result in a huge performance penalty while connected to the IDE as the IDE will block the main program loop during frame readout from the main framebuffer instead of the jpeg buffer.