I recently cleaned up my module download server and inadvertently broke the links here. Because I forgot to announce an update:
I added a URL query parameter to perform frame-skipping on a client-by-client basis. Great for bandwidth reduction on multi-camera reduced-scale overview pages.
The module is working great, but I have an issue with load time in browser.
The load time in Designer is instant, but it can take up to 1-2 minutes to load in browser.
Iâm not sure it even has anything to do with the module itself.
@pturmel I just started trying to use the Image Streamer Driver module yesterday. I have a test device set up with the correct rtsp url format for the cameras I am trying to view
(rtsp://user:password@IP:554/Streaming/Channels/101). I am using the http://gatewayIP:Port/main/system/streamer/devicename format in the URL field of the Vision IP Camera Viewer. I have been troubleshooting this for the last 2 days, but I canât figure out why I am getting a source error.
Try that URL with VLC or ffplay on the gateway machine. (If headless, try ffmpeg to /dev/null.) Problems with codecs in OpenCV is a bit opaque.
Also, restart the module and send me the corresponding snippet of wrapper.log to my support email. Donât send the logs from the gateway web interfaceâmany OpenCV errors, and errors from ffmpeg or gstreamer libs, will only be in the wrapper due to those librariesâ non-java aware use of stderr.
Iâm having the same problem as tmerilatt81. Is FFmpeg required? The instructions for installation no longer appear valid and I wasnât sure if it was actually required. I also tested the RTSP in VLC and it works there.
Installed FFmpeg and I still get the source error. Running on Windows Server 2022 Datacenter. I have the latest versions of OpenCV and FFmpeg installed now.
Did you install one of the FFmpeg builds that has âsharedâ in the name? Only those contain the DLLs that OpenCV links to. And donât forget to set up your system paths.
I installed the shared release from BtbN and my system paths are set. I restarted the Ignition service as well. Figured out it was the password. Special characters have to be converted. # â %23 for example. Works like a charm now! Thanks for the help! Awesome module!
Would you also use this module for a MJPEG IP camera which uses Digest Auth as authentication?
It looks like we can not use digest auth in the Perspective VideoPlayer.
And is OpenCV a must have when you install this module on Ubuntu 20.04? That's not very clear for me.