.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1ac227f17d81b3b21d12f364b6cdd017c5: Camera.OpenIpCamera Method ++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Opens a TCP/IP :ref:`Camera ` with the given IPv4 address .. ref-code-block:: csharp :class: doxyrest-overview-code-block public static :ref:`Camera` OpenIpCamera(string ipAddress, string password = null, int timeoutSecs = 0); .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - :ref:`SdkException ` - :ref:`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. .. rubric:: Returns: A camera object, to control the requested physical camera