|
Trouble Streaming From Microsoft Lifecam HD 3000
We are using python and opencv for vision processing this year. Last year we used the axis camera and by passing in url = 'http://10.5.1.11/axis-cgi/mjpg/video.cgi?resolution=640x480' into cv2.VideoCapture(url) we were able to get frames of what the camera was seeing in order to process them.
This year however, we are trying to use the Microsoft Lifecam HD 3000 and have had no success streaming images. We tried using the url that works fine in the browser, but have had no success.
Does anyone have any suggestions?
Thanks in advance!
|