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);

Parameters:

SdkException

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 passord protected, supply the password here

Returns:

A camera object, to control the requirested physical camera