MINI-5MP-PLUS RGB565 QSXGA Configuration data

  1. Where did you get the camera module(s)?
    Online order

  2. Model number of the product(s)?
    MINI-5MP-PLUS

  3. What hardware/platform were you working on?
    PIC32MZ

  4. Instructions you have followed. (link/manual/etc.)
    Arducam GIThub and OV5642 application notes.

  5. Problems you were having?
    Using the Configuration data available in the header file of ov5642_regs.h, I can´t get a better resolution than 640x480 with RGB565 output format.

  6. The dmesg log from your hardware?

  7. Troubleshooting attempts you’ve made?

  8. What help do you need?
    Need the I2C configuration values for RGB565 at the QSXGA resolution

Hi,
Due to the limitation of the spi baud width, we have not develop bigger resolution for RGB format, due to the transfer is too slow.
You can refer to here to get more configuration

Hi Ivbin,

I cannot really find out how to change the resolution to QSXGA, with trial and error I managed to get 640x480 to work with RGB565, but I cannot do the same to get a higher resolution.

I already went through the application notes and there is no example that fits my case.
Is there anyway you can provide me with the registers that I need to overwrite/write?

Best,
Christos