Add V4L options to input_uvc.so #12

Merged
merged 1 commit into from Feb 15, 2016

Projects

None yet

2 participants

@virtuald

This allows one to set the more common V4L settings from the command line, instead of having to go through the web interface to set them (as they don't persist).

@jacksonliam
Owner

Hey, thanks for this! I just have a few questions,

Did you write the specifically or is this patch from somewhere else? If it's from somewhere else do you have a link?

How come some of the logs have been changed from DBG to LOG? They look pretty DBG to me!

Cheers, Liam

@virtuald

I wrote this patch.

There are a lot of places where mjpg-streamer will fail to do something silently without telling you that a failure occurred -- which makes it maddeningly difficult to figure out whether something worked or not. Especially things like "setting out of range" (line 663) would be useful for a user to see if they pass an invalid setting on the command line (or set it via the control page).

@jacksonliam jacksonliam merged commit ec20161 into jacksonliam:master Feb 15, 2016
@jacksonliam
Owner

Thanks, nice work!

@virtuald virtuald deleted the unknown repository branch Feb 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment