how to change the main clock source for camera from 24Mhz is there any limitation for the Clock?
I found out the below configuration in the ov5693 camera device tree but changing it didn’t affect my clock.
mclk_khz = “24000”;
hello varun_pandithurai,
the default mclk is using extperiph1
, the maximum frequency for extperiph1
is 24 MHz;
if a frequency greater than 24 MHz is required, please use an external clock source.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.