.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1a150ebf9722a77ad00a63f6832934bbfa: 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); .. 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 passord protected, supply the password here .. rubric:: Returns: A camera object, to control the requirested physical camera