Milan Nikolic
Milan Nikolic
What is the FPS if you try it on localhost without Agent, i.e. `ffplay -i http://localhost:56000/mjpeg`?
I changed recently the default to be internal native jpeg, and not libturbo-jpeg. That is slower but I cannot handle the issues people who don't know how to compile are...
Thanks, but that all seems to be related to mjpg_streeamer app, right? I just heard about it. Readme should have just basic info imo, the rest is up to user.
If you can, please send a PR for readme, where ffplay and vlc are, but just one example please.
Hello, as I understand you, it used to work then stopped after a power outage, right? This might help you, from here https://opencv.yahoogroups.narkive.com/Yc8H2P6w/error-samplecb-buffer-sizes-do-not-match ``` This seems to be a problem...
You need to install the requirements, i.e. libjpeg-turbo headers aka dev/devel package, or just use `-tags jpeg` to use native `image/jpeg`.
It is right there in the README, `-index` option.
Looks like a duplicate of https://github.com/gen2brain/cam2ip/issues/15.
There are no plans. If anyone wants to work on this I am willing to merge it. The issue can be open for some time, I will close it later...
The bindings have support for these types https://github.com/gen2brain/iup-go/blob/main/iup/bind_attributes.go#L19, so basically, besides standard types, it can also set `iup.Ihandle` and `uintptr` (both are actually `uintptr`). So, `iup.User` should work. Also note...