the wifi also have ip. i already get the ip, but how to write at the url code
videoCapture1.IP_Camera_Source = new VisioForge.Types.Sources.IPCameraSourceSettings() { URL = "http://192.168.233.129:8000/camera/mjpeg", Type = VisioForge.Types.VFIPSource.Auto_LAV };
Mine don;t have :8000. How about the camera/mjpeg. should i follow?