|
Re: Camera Programming
It really depends on the internal workings of the WPILib. If it uses a standard MJPEG stream, you're golden. If it uses a JPEG image downloaded from the AXIS camera (standard: "[IP]/jpg/image.jpg", you are probably golden, otherwise, you'd need to create your own object. In this case, try a simple port of the OpenCV CvCapture because that will give a good standing point! It supports MJPG, and dozens of other protocols/file formats!
|