cam2web
cam2web copied to clipboard
Streaming function display fix old images instead of display video streaming
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.
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.
Thank you for your response, I'll check the code and feedback the results