blackjack / webcam

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

expose control type and step size via public API #62

Closed thomasf closed 1 year ago

thomasf commented 1 year ago

I'm creating a small TUI webcam controls. I need the step value to have a meaningful increase/decrease value control.
I would appreciate having the type value as well.

image

janpfeifer commented 1 year ago

It looks great!

thomasf commented 1 year ago

The type information is not complete this way, would need the complete type information. will amend pull request later.