allow detection of all cameras
This commit is contained in:
@@ -25,6 +25,11 @@ namespace robospot_camera_finder
|
||||
cam_ip = ip;
|
||||
this.Text = name;
|
||||
|
||||
if (!cam_ip.StartsWith("10."))
|
||||
{
|
||||
MessageBox.Show("Camera is not on the 10.0.0.0/8 network, the RoboSpot might not find it.", "Wrong IP", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
}
|
||||
|
||||
string rtsp_link = "rtsp://" + ip + "/profile2/media.smp";
|
||||
|
||||
updateZoomSlider();
|
||||
|
||||
Reference in New Issue
Block a user