USB camera on Roborio stream to GRIP on PC

I have a few fire to fight here and am looking for a solution to what I believe should work. If I put in my web browser http://roborio-3244-frc.local:1181 I get the video stream. If I put that same IP into GRIP as a source it errors.

Any clues to why?

You have to get the stream, and not the html page (which is what’s at the root). Go to url/?action=stream instead of just url

Thanks. Shuffleboard would not expand far enough to see all that. I opened up Outlineviewer.vbs :wink: and was able to copy/paste. The frustration was built after getting an old radio configured and getting the robot communicating.

http://roborio-3244-frc.local:1181/?action=stream

I’ve been running Motion to get a image at my development machine from my Raspberry Pi, rpi.ip.adr:8081. I had tried running runCameraVision (uses cscore) and Grip on my machine with rpi.ip.adr:1185 but got an error. Added /?action=stream and now it works. Missed that in the instructions. :slight_smile: Thanks.