We have our camera setup for Anonymous viewing, and the weird thing is that if we wait long enough, it will sometimes connect. We have scoured ChiefDelphi and we have tried nearly everything.
We believe that the problem is with our copy of ffmpeg. Any suggestions? We can’t display the raw image on the SmartDashboard but we can see it fine from the Axis Camera browser tool. Any help would be great, thank you!
We have the same problem. It appears to be that ffmpeg was compiled without x264 support (which contains the yuv420p to bgr24 conversion), or for some reason isn’t loading it.
This confuses me, as others are able to use the camera with the SmartDashboard.
Replacing ffmpeg usually requires a recompile of dependent programs (usually not binary compatible), which in this case means OpenCV. I’d feel comfortable doing this on a real operating system, but am unsure of what I need to do on Windows.
I have verified that http://10.10.24.11/mjpg/video.mjpg is a valid video stream, and that it is ffmpeg/OpenCV that is having problems reading it.