cvsandbox / cam2web

Streaming camera to web as MJPEG stream or individual JPEG snapshots. Providing embedded web UI for watching camera directly from a web browser.
http://www.cvsandbox.com/projects/cam2web/
GNU General Public License v2.0
183 stars 72 forks source link

crashes on win7? #22

Closed w136111526 closed 4 years ago

w136111526 commented 4 years ago

Hi. I used your cam2web. . Exe, the web page that reads video, crashes on individual Windows 7 machines, but not on windows 10

cvsandbox commented 4 years ago

What crashes exactly? The cam2web application? Or the web page (what happens)? Or browser (which browser then)?

Does this happen on all Windows 7 or some?

cvsandbox commented 4 years ago

Did a quick test of the latest code.

Windows Vista: 32 bit - OK Windows 8: 32 bit - OK, 64 bit - OK Windows 10: 32 bit - OK, 64 bit - OK

Don't have Windows 7 next to me for the moment. I guess it will be fine as well. Might be something special about the camera driver you have on that system. Don't know. You need to clarify what/when/how crashes exactly.

w136111526 commented 4 years ago

Hello, I have solved this problem, crash caused by the RGB Code into Jpeg, change to opencv coding jpeg pictures is no problem

w136111526 commented 4 years ago

Windows 7 without SP1 crashes

cvsandbox commented 4 years ago

If you changed the code, you could of share the fix so outher people know in case it happens to them.

cvsandbox commented 4 years ago

There was a recent fix of a memory leak, which was related to JPEG encoding. Might be similar.

Anyway, since no more details are provided, the issue is closed.