You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to change this setting here it cycles through each menu item to compare it with the input text. Since indexes 0 and 2 don't have test, the error message is printed out.
I'd suggest not printing out an error there since it's not really a problem and if the value doesn't match it will be caught below. Maybe a warning or a message would be more appropriate if something must be printed out at all.
The text was updated successfully, but these errors were encountered:
alvarop
added a commit
to alvarop/timelapse
that referenced
this issue
Dec 26, 2019
There seem to be cases in v4l2 devices where the menu options are not contiguous. For example (Logitech C920 v4l2-ctl -L output):
When trying to change this setting here it cycles through each menu item to compare it with the input text. Since indexes 0 and 2 don't have test, the error message is printed out.
I'd suggest not printing out an error there since it's not really a problem and if the value doesn't match it will be caught below. Maybe a warning or a message would be more appropriate if something must be printed out at all.
The text was updated successfully, but these errors were encountered: