motioneye-project/motioneye

motioneye not applying v4l2 config settings

Open

#2,300 opened on Feb 26, 2022

View on GitHub
 (10 comments) (0 reactions) (0 assignees)Python (636 forks)batch import
help wantedquestion

Repository metrics

Stars
 (3,533 stars)
PR merge metrics
 (Avg merge 16d 14h) (33 merged PRs in 30d)

Description

I was trying to adjust the exposure settings for the camera I am using.

when doing

v4l2-ctl -c exposure_auto=1 (for manual mode)
v4l2-ctl -c exposure_absolute=20

the picture looks perfectly fine. but when i try to set the same setting in the "Video Device" menu in motioneye is simply doesn't change anything.

After changing the setting in the webinterface v4l2-ctl -L does not reflect the changes which i assume it should if they were applied correctly, right?

The other settings also seem to be kinda buggy. sometimes they apply, sometimes they don't and I can't really see a pattern here. Anyone one have any idea what is wrong here?

Contributor guide