1 Star 0 Fork 0

bdqi/go-v4l2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
discrete.go 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
bdqi 提交于 2024-01-31 17:59 +08:00 . .
package v4l2_framesize
import (
"gitee.com/bdqi/go-v4l2/pixelformat"
)
type Discrete struct {
index uint32 // Frame size number
PixelFormat v4l2_pixelformat.Type // Pixel format
typ uint32 // Frame size type the device supports.
Width uint32
Height uint32
restOfFrameSize [4]uint32
reserved [2]uint32 // Reserved space for future use
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/bdqi/go-v4l2.git
git@gitee.com:bdqi/go-v4l2.git
bdqi
go-v4l2
go-v4l2
480904891378

搜索帮助