Quote:
Originally Posted by Joe Ross
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.)