
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
StreamMinder is a graphical front-end for Tom Stoeveken's MJPG-streamer, a UVC webcam streaming program.
This release is intended for developers and advanced users. See the README (bundled with the source) for important notes about this release.
12 years ago
I took the call to "killall mjpg_streamer" out of the constructor. MJPG-streamer can have multiple instances at once, so it makes sense to also allow independent instances of StreamMinder.
Renamed some slots to make use of Qt's automatic connections, which allowed me to remove 8 of the 13 connect() statements.
Made use of Qt convenience functions qPrintable() and QDir::homePath(). The former is just easier to read than what was there before; the latter is a step toward platform neutrality.
Fixed an oversight where the TCP Port spin box was being ignored.
Fixed a bug where the file output would use the "-c" (command) parameter even if the line edit was blank.
12 years ago
I took the call to "killall mjpg_streamer" out of the constructor. MJPG-streamer can have multiple instances at once, so it makes sense to also allow independent instances of StreamMinder.
Renamed some slots to make use of Qt's automatic connections, which allowed me to remove 8 of the 13 connect() statements.
Made use of Qt convenience functions qPrintable() and QDir::homePath(). The former is just easier to read than what was there before; the latter is a step toward platform neutrality.
Fixed an oversight where the TCP Port spin box was being ignored.
Fixed a bug where the file output would use the "-c" (command) parameter even if the line edit was blank.
skynix
11 years ago
http://paste.debian.net/46948/
Report
zelmo
10 years ago
Report
zelmo
12 years ago
Report
zelmo
12 years ago
Report
zelmo
12 years ago
Well, that turned out to be pretty simple by doing a quick-and-dirty hack on MJPG-streamer's source. I've proposed the changes to Tom; in the meantime, try it out for yourself:
http://zelmo.sytes.net/mjpg_streamer
Report