Accessing USB Camera's mjpgstream on Driver Station

I want to process images from our Microsoft Lifecam on our driver station computer. How can I access the stream in python code running on the driver station laptop?
Based off of this article, I think the ip address of the stream may be 10.TE.AM.2:1141 . I want to be able read frames from there.

Thank you!

That article talks about creating a CameraServer to stream the USB data over the network, so the .2 IP is the roboRIO in actuality, and your driver station is connecting to your roboRIO.

So am I on the right track by connecting to that address?

The port is most likely 1181.