mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-27 12:50:39 +03:00
Update camera bus frequency to 16 MHz
Changed camera module bus communications frequency from 20 MHz to 16 MHz to reduce visual artifacts.
This commit is contained in:
@@ -55,7 +55,7 @@ std::vector<std::string> demoFiles;
|
||||
// Originally: config.xclk_freq_mhz = 20000000, but this lead to visual artifacts on many modules.
|
||||
// See https://github.com/espressif/esp32-camera/issues/150#issuecomment-726473652 et al.
|
||||
#if !defined(XCLK_FREQ_MHZ)
|
||||
int xclk = 20;
|
||||
int xclk = 16;
|
||||
#else
|
||||
int xclk = XCLK_FREQ_MHZ;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user