Camera.OpenIpCamera Method
Definition
Namespace: P1Sdk
Opens a TCP/IP Camera with the given IPv4 address
public static Camera OpenIpCamera(string ipAddress, string password = null, int timeoutSecs = 0);
Parameters:
SdkException with the error-code if something goes wrong. |
|
ipAddress |
The IP address of the camera to connect to, on the form X.X.X.X |
password |
Optional: If the camera is password protected, supply the password here |
timeoutSecs |
Optional: The TCP/IP connect timeout in seconds. Zero (0) is system (OS) default. |
Returns:
A camera object, to control the requested physical camera