Thread: Camera types
View Single Post
  #3   Spotlight this post!  
Unread 09-02-2012, 03:53
Patrick Chiang Patrick Chiang is offline
Programming
FRC #3070 (Team Pronto)
Team Role: Mentor
 
Join Date: Feb 2009
Rookie Year: 2009
Location: Seattle
Posts: 162
Patrick Chiang is a name known to allPatrick Chiang is a name known to allPatrick Chiang is a name known to allPatrick Chiang is a name known to allPatrick Chiang is a name known to allPatrick Chiang is a name known to all
Re: Camera types

Quote:
Originally Posted by Joe Ross View Post
There isn't anything in the manual that prohibits other cameras. However, the software only supports the axis protocol, so you would need to write a lot of code to interface with another camera.
If it outputs an image stream (mjpg), it should be fairly easy to find sample code online for it. Only problem is you would need to process it yourself without the help of the libraries. (We're doing that.)