Home > Forum > What type of ipcamera can be used with this software

What type of ipcamera can be used with this software

Aug 18, 2021
ct wrote
i want to know whether the product at this link can be used together with the visioforge. https://www.youtube.com/watch?v=1YYO8Lko43A
Reply
4 Answers
Aug 18, 2021
Roman Miniailov agent wrote
Hi

I was unable to find camera specifications. If RTSP or ONVIF protocols are supported, you can use this camera with our SDK.
Aug 18, 2021
ct wrote
OK, what about if the camera using the wifi ? because it need wifi to function
Aug 18, 2021
ct wrote
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?
Aug 18, 2021
Roman Miniailov agent wrote
It's no difference, WiFi or LAN connection.

But you should check the URL format in the camera's docs because it's different for different cameras.