You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, the esp32-camera only provides a control interface for lighting up the sensor. Because the debugging of camera sensors relies heavily on the configuration of sensors, it is difficult for us to ensure that all sensors work well without the support of sensor FAE. During the project evaluation phase, I suggest that you use the OV2640 sensor on the official development board. After the project evaluation, please submit your requirements to our business personnel. We will provide suggestions for camera selection based on your needs and provide you with camera adaptation services.
Environment
git describe --tags
to find it):esp-idf-V4.4.4
xtensa-esp32-elf-gcc --version
to find it):xtensa-esp32-elf-gcc (crosstool-NG esp-2021r2-patch5) 8.4.0
Problem Description
使用example/camera/video_stream_server例程编译烧录后,使用OV2640正常使用。更换摄像头OV3660,无法启动,日志显示为分辨设置错误。更换摄像头为NT99141,初始化通过后,无法显示画面。
Expected Behavior
画面都正常显示
Actual Behavior
NT99141无法显示画面。OV3660无法启动
Steps to repropduce
// It helps if you attach a picture of your setup/wiring here.
Code to reproduce this issue
// If your code is longer than 30 lines, GIST is preferred.
Debug Logs
I (1408) wifi:pm start, type: 0[2023-03-31 11:29:42.839]
[2023-03-31 11:29:42.839]
�[0;32mI (1418) camera: Detected camera at address=0x3c�[0m[2023-03-31 11:29:42.843]
�[0;32mI (1418) camera: Detected OV3660 camera�[0m[2023-03-31 11:29:42.847]
�[0;32mI (1418) camera: Camera PID=0x3660 VER=0x00 MIDL=0x00 MIDH=0x00�[0m[2023-03-31 11:29:42.855]
I (1478) wifi:AP's beacon interval = 102400 us, DTIM period = 3[2023-03-31 11:29:42.916]
�[0;31mE (1578) sccb: W [518b]=e0 0 fail[2023-03-31 11:29:43.015]
�[0m[2023-03-31 11:29:43.015]
�[0;32mI (1578) cam_hal: buffer_size: 32768, half_buffer_size: 4096, node_buffer_size: 2048, node_cnt: 16, total_cnt: 23�[0m[2023-03-31 11:29:43.015]
�[0;32mI (1588) cam_hal: Allocating 96000 Byte frame buffer in PSRAM�[0m[2023-03-31 11:29:43.037]
�[0;32mI (1588) cam_hal: Allocating 96000 Byte frame buffer in PSRAM�[0m[2023-03-31 11:29:43.037]
�[0;32mI (1598) cam_hal: cam config ok�[0m[2023-03-31 11:29:43.037]
�[0;31mE (1608) sccb: W [3808]=03 1 fail[2023-03-31 11:29:43.037]
�[0m[2023-03-31 11:29:43.037]
�[0;31mE (1608) ov3660: Setting framesize to: 800x600 failed�[0m[2023-03-31 11:29:43.037]
�[0;31mE (1608) camera: Failed to set frame size�[0m[2023-03-31 11:29:43.050]
�[0;31mE (1618) who_camera: Camera init failed with error 0x20002�[0m[2023-03-31 11:29:43.050]
�[0;32mI (1628) camera_httpd: Starting web server on port: '80'�[0m[2023-03-31 11:29:43.057]
�[0;32mI (1628) camera_httpd: Starting stream server on port: '81'�[0m[2023-03-31 11:29:43.064]
Other items if possible
build
folder (note this may contain all the code details and symbols of your project.)The text was updated successfully, but these errors were encountered: