vladimirvivien / go4vl

A Go library for working with the Video for Linux API (V4L2).
MIT License
239 stars 43 forks source link

Implement device control #19

Closed vladimirvivien closed 2 years ago

vladimirvivien commented 2 years ago

Add code to allow device control using v4l2_ext_control/v4l2_ext_controls.

ruidscampos commented 2 years ago

Thanks for the great work. Wondering if this is intended to bring support for exposure control, as it would be great to do that when using multiple cameras.

vladimirvivien commented 2 years ago

Yes, it's code to support device user-control (at the very least) and eventually extended control!

vladimirvivien commented 2 years ago

Added support for user device controls (see #23)

ruidscampos commented 2 years ago

That was fast, thanks!!!