Added Camera_USB_XCLK_FREQ and CONFIG_GENERAL_UVC_DELAY

This commit is contained in:
PhosphorosVR
2025-08-08 22:45:28 +02:00
parent 2a2327b038
commit a5d4ac3c7d
6 changed files with 33 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
#ifndef DEFAULT_XCLK_FREQ_HZ
#define DEFAULT_XCLK_FREQ_HZ 16500000
#define USB_DEFAULT_XCLK_FREQ_HZ 20000000
#define USB_DEFAULT_XCLK_FREQ_HZ CONFIG_Camera_USB_XCLK_FREQ
#define OV5640_XCLK_FREQ_HZ DEFAULT_XCLK_FREQ_HZ
#endif