|
Re: CameraServer IP Address?
See https://www.chiefdelphi.com/forums/s...d.php?t=141952. Unless this has changed since then, GRIP doesn't support USB cameras on the roboRio using CameraServer at present due to the non-standard protocol used by the current CameraServer.
We're planning on fixing this for 2017 with a new camera server implementation that provides standard MJPEG-over-HTTP. In the meantime you can look at using mjpg-streamer instead of CameraServer (see https://github.com/robotpy/roborio-p.../mjpg-streamer and https://www.chiefdelphi.com/forums/s...d.php?t=135737). The IP address would be the IP address of the roboRio.
__________________
Author of ntcore - WPILib NetworkTables for 2016+
Creator of RobotPy - Python for FRC
2010 FRC World Champions ( 294, 67, 177)
2007 FTC World Champions (30, 74, 23)
2001 FRC National Champions (71, 294, 125, 365, 279)
Last edited by Peter Johnson : 18-10-2016 at 23:47.
|