Unable to capture any data on default configuration

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

  2. Model number of the product(s)?

B0068 - Arducam mini 5Mpx ov5642

  1. What hardware/platform were you working on?

STM32

  1. Instructions you have followed. (link/manual/etc.)
  1. Problems you were having?

I am unable to capture any data when camera registers are left on default values.

  1. The dmesg log from your hardware?

  2. Troubleshooting attempts you’ve made?

Looking through all forum posts and documentations.

  1. What help do you need?

I would like to ask why I am unable to capture any data when i leave registers in their default configuration?
I have looked into default values of registers in OV5642 documentation (https://www.uctronics.com/download/Image_Sensor/OV5642_DS.pdf) and they seem fine, but when I try to capture image, the capture done flag never sets.
What settings (or concrete registers) needs to be changed in order for camera to be able to capture any data.
(I can’t use Arducam library for several reasons)