cam2web icon indicating copy to clipboard operation
cam2web copied to clipboard

Streaming function display fix old images instead of display video streaming

Open hccc23 opened this issue 5 years ago • 2 comments

Hi, firstly, I want to thank you for making an amazing software. Secondly, recently, I have face an issue that I still do not know how to fix it clearly.. Sometime I use streaming function to display the video, it displayed a fix image rather than showing video streaming (this could be an old image from earlier day or the last image which was captured. To be more specific, besides using streaming function, we also develop a supportive tool to capture photo through the camera).

My question here is: "Does cam2web's library save the lastest photo somewhere or this issues related to our camera which is Logitech C525" Thank you, looking forward to hearing from you asap.

hccc23 avatar Mar 11 '20 04:03 hccc23

Hello,

cam2web does not save last image anywhere in file system. It just keeps last received image from camera in a memory buffer. Once HTTP request comes in, it provides whatever last image provided by the camera.

cvsandbox avatar Mar 11 '20 08:03 cvsandbox

Thank you for your response, I'll check the code and feedback the results

hccc23 avatar Mar 11 '20 10:03 hccc23