cvsandbox

Results 9 comments of cvsandbox

Just an update. Windows version was updated about 2 months ago to support Basic authentication, so user/password can be put into URL.

As you mentioned it before: http://myuser:mypassword@ip:port/camera/mjpeg or to access Web UI http://myuser:mypassword@ip:port I did not make an official buid. If you are happy to get latest code and build it,...

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...

Hello, Did you use the latest code when reproducing the memory leak? There was one leak fixed on June 6th. https://github.com/cvsandbox/cam2web/commit/fb266b92d858eaf9ccffb8ec94153cdd0cd1dc61 When you run application from VS in Debug mode,...

This functionality is not there. Need to add it.

Windows version already has this feature: https://github.com/cvsandbox/cam2web/commit/b915c73a55dc281ab3b68cdb2fae032fa2ef048a No OpenCV needed.

Hello, Mongoose is not mine. It is a separate project, which I am just using, not developing. If you have cam2web sepcific question/issue, please ask. Explain the use case.

Currently it can not be done. Was not planned so far. And requires quite some work. The application does streaming using MJPEG format. Which is simply a stream of individual...

Hello, So you want to disable user authorization for admin function, right? Which means anyone who knows you running cam2web on certain IP:port will be able to start/stop streaming. Regards,...