Factory demo wrong sdkconfig.defaults value for camera type?
Posted: Tue Aug 25, 2026 8:17 am
To test my esp-idf setup, I wanted to build/flash/monitor the factory demo for my korvo-1 devkit.
The sdkconfig.defaults in the examples repository select OV3660 for the camera type, but the factory code which was flashed (Jun 8 2026) in the device reports the camera is an SC101IOT
So running the current code from github on the board does not enable the camera properly. I made some changes to get it working properly, but was wondering if Espressif could update the contents so it could be used as a proper reference.
Regards, Eric.
The sdkconfig.defaults in the examples repository select OV3660 for the camera type, but the factory code which was flashed (Jun 8 2026) in the device reports the camera is an SC101IOT
Code: Select all
I (802) factory_demo: Starting integrated factory demo v0.2.1
I (808) factory_camera: Camera preview service initialized
I (813) S31-Korvo: I2C bus initialized: SDA=0, SCL=1
I (817) S31-Korvo: Initializing camera: dev=/dev/video2, shared_i2c=1, xclk=20000000
I (825) factory_camera: Camera preview requested
W (875) sc101iot: In delay
I (893) sc101iot: Detected Camera sensor PID=0xda4a
I (894) S31-Korvo: Camera sensor handle ready: SC101IOTRegards, Eric.