Skip to content

Commit d6753cc

Browse files
committed
update default resolution/fps
1 parent 0e153e0 commit d6753cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/livekit/examples/minimal_video/main/example.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
},

components/livekit/examples/minimal_video/sdkconfig.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ CONFIG_SPIRAM=y
3636

3737
# For the camera included with the Espressif ESP32-P4-Function-EV-Board.
3838
CONFIG_CAMERA_SC2336=y
39-
CONFIG_CAMERA_SC2336_MIPI_RAW8_1024x600_30FPS=y
39+
CONFIG_CAMERA_SC2336_MIPI_RAW8_1280X720_30FPS=y

0 commit comments

Comments
 (0)