const DEVICE_NAME: &str = "/dev/video0"; const VIDIOC_QUERYCAP: u64 = 2154321408; const VIDIOC_G_FMT: u64 = 3234878980; const V4L2_PIX_FMT_MJPEG: u32 = 1196444237; const VIDIOC_REQBUFS: u64 = 3222558216; const VIDIOC_QBUF: u64 = 3227014671; const V4L2_BUF_TYPE_VIDEO_CAPTURE: u32 = 1; const V4L2_MEMORY_USERPTR: u32 = 2; const VIDIOC_STREAMON: u64 = 1074026002; v4l2-ctl --set-fmt-video=width=640,height=480,pixelformat=YUYV
-
Notifications
You must be signed in to change notification settings - Fork 0
Linux Kernel to Userspace API’s used by video and radio streaming devices implementation for webcam reading in Rust
License
briheet/WebCread
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Linux Kernel to Userspace API’s used by video and radio streaming devices implementation for webcam reading in Rust
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published