menu "Example EthToAP Configuration" config EXAMPLE_WIFI_SSID string "Wi-Fi SSID" default "eth2ap" help Set the SSID of Wi-Fi ap interface. config EXAMPLE_WIFI_PASSWORD string "Wi-Fi Password" default "12345678" help Set the password of Wi-Fi ap interface. config EXAMPLE_WIFI_CHANNEL int "WiFi channel" range 1 13 default 1 help Set the channel of Wi-Fi ap. config EXAMPLE_MAX_STA_CONN int "Maximum STA connections" default 4 help Maximum number of the station that allowed to connect to current Wi-Fi hotspot. endmenu menu "Example CAM Configuration" config EXAMPLE_ENABLE_MIPI_CSI_CAM_SENSOR bool "Enable MIPI CSI Camera Sensor" default y depends on ESP_VIDEO_ENABLE_MIPI_CSI_VIDEO_DEVICE if EXAMPLE_ENABLE_MIPI_CSI_CAM_SENSOR config EXAMPLE_MIPI_CSI_SCCB_I2C_PORT int "MIPI CSI SCCB I2C Port Number" default 0 range 0 1 config EXAMPLE_MIPI_CSI_SCCB_I2C_SCL_PIN int "MIPI CSI SCCB I2C SCL Pin" default 8 range -1 56 config EXAMPLE_MIPI_CSI_SCCB_I2C_SDA_PIN int "MIPI CSI SCCB I2C SDA Pin" default 7 range -1 56 config EXAMPLE_MIPI_CSI_SCCB_I2C_FREQ int "MIPI CSI SCCB I2C Frequency" default 100000 range 100000 400000 help Increasing this value can reduce the initialization time of the camera sensor. Please refer to the relevant instructions of the camera sensor to adjust the value. config EXAMPLE_MIPI_CSI_CAM_SENSOR_RESET_PIN int "MIPI CSI Camera Sensor Reset Pin" default -1 range -1 56 config EXAMPLE_MIPI_CSI_CAM_SENSOR_PWDN_PIN int "MIPI CSI Camera Sensor Power Down Pin" default -1 range -1 56 endif config EXAMPLE_ENABLE_DVP_CAM_SENSOR bool "Enable DVP Camera Sensor" default n depends on ESP_VIDEO_ENABLE_DVP_VIDEO_DEVICE if EXAMPLE_ENABLE_DVP_CAM_SENSOR config EXAMPLE_DVP_SCCB_I2C_PORT int "DVP SCCB I2C Port Number" default 1 range 0 1 config EXAMPLE_DVP_SCCB_I2C_SCL_PIN int "DVP SCCB I2C SCL Pin" default 33 range -1 56 config EXAMPLE_DVP_SCCB_I2C_SDA_PIN int "DVP SCCB I2C SDA Pin" default 32 range -1 56 config EXAMPLE_DVP_SCCB_I2C_FREQ int "DVP SCCB I2C Frequency" default 100000 range 100000 400000 help Increasing this value can reduce the initialization time of the camera sensor. Please refer to the relevant instructions of the camera sensor to adjust the value. config EXAMPLE_DVP_CAM_SENSOR_RESET_PIN int "DVP Camera Sensor Reset Pin" default -1 range -1 56 config EXAMPLE_DVP_CAM_SENSOR_PWDN_PIN int "DVP Camera Sensor Power Down Pin" default -1 range -1 56 config EXAMPLE_DVP_XCLK_FREQ int "DVP XCLK Frequency" default 20000000 config EXAMPLE_DVP_XCLK_PIN int "DVP XCLK Pin" range 0 56 default 20 config EXAMPLE_DVP_PCLK_PIN int "DVP PCLK Pin" range 0 56 default 21 config EXAMPLE_DVP_VSYNC_PIN int "DVP VSYNC Pin" range 0 56 default 23 config EXAMPLE_DVP_DE_PIN int "DVP DE Pin" range 0 56 default 22 config EXAMPLE_DVP_D0_PIN int "DVP D0 Pin" range 0 56 default 53 config EXAMPLE_DVP_D1_PIN int "DVP D1 Pin" range 0 56 default 54 config EXAMPLE_DVP_D2_PIN int "DVP D2 Pin" range 0 56 default 52 config EXAMPLE_DVP_D3_PIN int "DVP D3 Pin" range 0 56 default 1 config EXAMPLE_DVP_D4_PIN int "DVP D4 Pin" range 0 56 default 0 config EXAMPLE_DVP_D5_PIN int "DVP D5 Pin" range 0 56 default 45 config EXAMPLE_DVP_D6_PIN int "DVP D6 Pin" range 0 56 default 46 config EXAMPLE_DVP_D7_PIN int "DVP D7 Pin" range 0 56 default 47 endif endmenu