kvm/internal/native
Adam Shiervani a8ebc78233 Fix VIDIOC_S_FMT EBUSY error on video stream restart
V4L2 buffers were not explicitly freed before closing the device, causing VIDIOC_S_FMT to fail with EBUSY on restart. Added  VIDIOC_REQBUFS(count=0) call in cleanup to free buffer queue synchronously before close().

This ensures subsequent opens can set format immediately without EBUSY errors, eliminating 100ms+ retry delays.
2025-10-17 11:14:53 +00:00
..
cgo Fix VIDIOC_S_FMT EBUSY error on video stream restart 2025-10-17 11:14:53 +00:00
eez feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
cgo_linux.go feat: add video quality factor config 2025-10-16 07:57:04 +00:00
cgo_notlinux.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
chan.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
ctrl.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
display.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
log.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
native.go feat: add video quality factor config 2025-10-16 07:57:04 +00:00
single.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
video.go feat: add video quality factor config 2025-10-16 07:57:04 +00:00