blackjack / webcam

Golang webcam library for Linux
MIT License
411 stars 90 forks source link

add support for VIDIOC_G_INPUT and VIDIOC_S_INPUT #57

Closed bazile-clyde closed 1 year ago

bazile-clyde commented 1 year ago

This PR adds support for the VIDIOC_G_INPUT and VIDIOC_S_INPUT ioctls. At the very least this will allow users to query the status of their devices in real time since VIDIOC_S_INPUT is one of the few ioctls that return an EBUSY signal if in use.