This repository has been archived by the owner on Feb 6, 2025. It is now read-only.
Replies: 1 comment
-
Yes you can change the parameters and once they are submitted Motionplus will restart the camera to invoke the change. The example uses framerate but it would apply equally to v4l2_params (may need to be careful about quotes). You could also change it via the webcontrol page and view the motionplus logs to see it being implemented. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have motion plus working and it's working well. Right now I'm running an Arducam IMX462 low light camera on an RPi3. To get good night time pictures I have to manipulate the framerate and EsposureTime in the .conf file. The night time parameters don't give me a good day time picture and visa versa. To switch between the daytime and night time paramaters, I kill motionplus and restart it with the proper .confile from a pythton script. I'm not sure this is the best way to do this but it works for now. One of the draw backs to this is that the video stream is interupted and has to manually restarted every time I restart motionplus.
There are a few things that I would like to be able to do but I'm not sure if they are supported in motionplus.
Ideally, I would like to read a brightness level of an image frame and keep bumping the exposure time and framerate as the world gets darker and lighter.
Thanks for any input.
Beta Was this translation helpful? Give feedback.
All reactions