Fix autoLamp and FPS settings#239
Conversation
|
Cool. I'm on the road today, will look once home. I deal with the settings in myconfig .h, it's crude, just processing them in a huge set of |
|
Hi, one can now set the minimum frame delay ( Cheers, David |
|
Hi @easytarget , are there some issues which need to be solved until the multiclient streaming feature gets merged into the main branch? Cheers, David |
|
Hi David, I have, in the menatime been running your code on a test camera very successfully. My plan is to deal with your branch next. I want to do a 4.1 release with this asap. |
|
Hi, no problem! Take your time. Cheers, David |
|
Ok, I just merged this, I'll test locally and see what shakes out. |
Hi,
I've fixed the points in #237 (comment)
I've needed to rename the
cam_streamer.ctocam_streamer.cppto link against the CPP functions setLamp for the autolamp support.One minor problem is the definition of MIN_FRAME_TIME and CAM_STREAMER_MAX_CLIENTS in the "myconfig.h", since one cannot simply include it in
app_httpd.cppandcam_streamer.cpp(redefinition of stationList). Maybe you've got some idea how we can solve this.Cheers,
David