File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
components/livekit/examples/minimal_video Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ void join_room()
3737 },
3838 .video_encode = {
3939 .codec = LIVEKIT_VIDEO_CODEC_H264 ,
40- .width = 1920 ,
41- .height = 1080 ,
42- .fps = 25
40+ .width = 1280 ,
41+ .height = 720 ,
42+ .fps = 30
4343 },
4444 .capturer = media_get_capturer ()
4545 },
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CONFIG_CACHE_L2_CACHE_256KB=y
99CONFIG_CACHE_L2_CACHE_LINE_128B=y
1010CONFIG_CODEC_I2C_BACKWARD_COMPATIBLE=n
1111CONFIG_COMPILER_OPTIMIZATION_PERF=y
12- CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG =y
12+ CONFIG_ESP_CONSOLE_UART_DEFAULT =y
1313CONFIG_ESP_VIDEO_ENABLE_ISP_PIPELINE_CONTROLLER=y
1414CONFIG_ESP_WS_CLIENT_ENABLE_DYNAMIC_BUFFER=y
1515CONFIG_ESP_WS_CLIENT_SEPARATE_TX_LOCK=y
@@ -36,4 +36,4 @@ CONFIG_SPIRAM=y
3636
3737# For the camera included with the Espressif ESP32-P4-Function-EV-Board.
3838CONFIG_CAMERA_SC2336=y
39- CONFIG_CAMERA_SC2336_MIPI_RAW8_1024x600_30FPS =y
39+ CONFIG_CAMERA_SC2336_MIPI_RAW8_1280X720_30FPS =y
You can’t perform that action at this time.
0 commit comments