Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试更改 VfW(Windows 视频)中的视频捕获分辨率,但我找不到任何有用的结构或方法。似乎更改视频设置的唯一方法是使用CAPTUREPARMS结构。但它没有设置视频捕获分辨率的任何字段。
CAPTUREPARMS
任何建议都会有所帮助。谢谢。
通过与捕获设备关联的格式对话框更改分辨率。您应该弹出格式对话框,WM_CAP_DLG_VIDEOFORMAT然后用户可以使用驱动程序提供的选项以交互方式更改分辨率,然后您通过CAPSTATUS结构获得新设置。
WM_CAP_DLG_VIDEOFORMAT
CAPSTATUS