View Single Post
  #2   Spotlight this post!  
Unread 25-05-2016, 15:06
kylelanman's Avatar
kylelanman kylelanman is offline
Programming Mentor
AKA: Kyle
FRC #2481 (Roboteers)
Team Role: Mentor
 
Join Date: Feb 2008
Rookie Year: 2007
Location: Tremont Il
Posts: 186
kylelanman is a name known to allkylelanman is a name known to allkylelanman is a name known to allkylelanman is a name known to allkylelanman is a name known to allkylelanman is a name known to all
Re: Python IP camera

I don't think this code works. If it does then we really over complicated the way we did it.
Code:
cap = cv2.VideoCapture()
cap.open("http://169.254.197.26/")
I just made this repo public. We haven't officially cleaned it up and done our 2016 code release but it provides an example of how to read images from an IP camera in python.

https://github.com/Frc2481/paul-buny...Camera/main.py
__________________
"May the coms be with you"

Is this a "programming error" or a "programmer error"?

Reply With Quote