|
Re: Camera Programming
I am pretty sure there is a way to give the MJPEG stream URL into WPILib instead of just the IP address. Otherwise, you may also use OpenCV or RoboRealm!
After looking at some of our robot code, we just supply the address, "10.11.65.11". I am pretty sure you could find the AxisCamera object and modify it to connect to the right address of the camera!
|