-
Notifications
You must be signed in to change notification settings - Fork 717
Open
Labels
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate
- Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
- Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
ESP32S3 Camera controller 支持 master RX mode 和 slave RX mode。但目前ESP32-Camera 的驱动代码似乎目前只支持 master RX mode。在ll_cam_config中直接初始化 LCD_CAM.cam_ctrl.cam_clk_sel = 3;//Select Camera module source clock. 0: no clock. 1: APLL. 2: CLK160. 3: no clock. 并未区分模式。
直接设置 config.pin_xclk = -1; config.xclk_freq_hz = -1;后希望能正常采集图像
Actual behavior (suspected bug)
直接设置 config.pin_xclk = -1; config.xclk_freq_hz = -1; 后报错如下:
W (9201) cam_hal: Failed to get the frame on time!
Error logs or terminal output
Steps to reproduce the behavior
Esp32Camera 配置正确引脚并配置 config.pin_xclk = -1; config.xclk_freq_hz = -1;
Project release version
5.4.1
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
Windows 11
Shell
CMD
Additional context
No response