Linux之V4L2基礎編程

1. 定義 V4L2(Video For Linux Two) 是內核提供給應用程序訪問音、視頻驅動的統一接口。 2. 工作流程: 打開設備-> 檢查和設置設備屬性-> 設置幀格式-> 設置一種輸入輸出方法(緩衝 區管理)-> 循環獲取數據-> 關閉設備。 3. 設備的打開和關閉: #include <fcntl.h> int open(const char *device_name, int
相關文章
相關標籤/搜索