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
This is not really a bug but an annoying behavior.
When executing the request {IP}:{port}/{camid}/action/snapshot and the response is returned we expect the image to be saved in /var/lib/motioneye/Camera1/lastsnap.jpg.
However, there is a slight time lag... It is necessary to wait 500ms after the response to the request for the file to be updated.
Couldn't we just return the response to this request when the image has been updated? (Make the image recording synchronous and not asynchronous in other words).
This discussion was converted from issue #1131 on March 14, 2022 04:50.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is not really a bug but an annoying behavior.
When executing the request
{IP}:{port}/{camid}/action/snapshot
and the response is returned we expect the image to be saved in/var/lib/motioneye/Camera1/lastsnap.jpg
.However, there is a slight time lag... It is necessary to wait 500ms after the response to the request for the file to be updated.
Couldn't we just return the response to this request when the image has been updated? (Make the image recording synchronous and not asynchronous in other words).
motion/src/webu_text.c
Lines 522 to 542 in e855dbe
Thanks again for this awesome project!
Beta Was this translation helpful? Give feedback.
All reactions