How would you connect opencv code running on the roboRIO to the jpeg stream. (in c++). I've seen your code in python, but where are you getting that IP from? I've tried numerous ips and can't seem to connect it. I can connect the the page fine and see the stream at
http://roboRIO-2053-frc.local:5800/?action=stream, but I don't know what IP to enter in the code. do you have to set a static ip for the camera?
EDIT: I've also tried doing this (after looking on google for a bit):
videoCapture.open("http://roborio-2053-frc.local:5800/?action=stream?dummy=param.mjpg");
Nothing. Any suggestions?