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!