feat: 适配 RK 原生 HDMI IN 适配采集

This commit is contained in:
mofeng-git
2026-04-01 21:28:15 +08:00
parent 51d7d8b8be
commit abb319068b
36 changed files with 1382 additions and 406 deletions

View File

@@ -1001,7 +1001,7 @@ pub struct VideoFormat {
pub struct VideoResolution {
pub width: u32,
pub height: u32,
pub fps: Vec<u32>,
pub fps: Vec<f64>,
}
#[derive(Serialize)]