We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0c716 commit aee20ddCopy full SHA for aee20dd
dscom/src/lib.rs
@@ -1,6 +1,6 @@
1
2
// 默认帧率
3
-pub const FPS: u64 = 20;
+pub const FPS: u64 = 30;
4
5
// 传输像素保留位数(右边0越多压缩程度越大)
6
pub const BIT_SAVE: u8 = 0b1111_1000;
0 commit comments