summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2022-06-07 22:47:27 +0800
committersakumisu <[email protected]>2022-06-07 22:47:27 +0800
commitb756c1263c27f1bc38827067f07238db09f97eb3 (patch)
tree77641716cde82ac8d366111f28deb1332bc635b9
parent6e2f03920032467090f61acaadd3e1b55b880f7c (diff)
set video mps=1023 in full speed
-rw-r--r--demo/video_static_mjpeg_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/video_static_mjpeg_template.c b/demo/video_static_mjpeg_template.c
index d48f79fa..ea1b927b 100644
--- a/demo/video_static_mjpeg_template.c
+++ b/demo/video_static_mjpeg_template.c
@@ -15,7 +15,7 @@
// #define VIDEO_PACKET_SIZE (unsigned int)(((MAX_PAYLOAD_SIZE / 3)) | (0x02 << 11))
#else
-#define MAX_PAYLOAD_SIZE 256
+#define MAX_PAYLOAD_SIZE 1023
#define VIDEO_PACKET_SIZE (unsigned int)(((MAX_PAYLOAD_SIZE / 1)) | (0x00 << 11))
#endif