View Single Post
  #1   Spotlight this post!  
Unread 01-02-2017, 10:31
dithier dithier is offline
Registered User
FRC #0501
 
Join Date: May 2016
Location: Manchester
Posts: 8
dithier is an unknown quantity at this point
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!
Reply With Quote