.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1acbf235ef17c98f1ae7e86098c8b624ca: Camera.WaitForLiveView Method +++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Returns a :ref:`LiveViewImage ` 's with the LiveView bitmap data, and a few properties .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`LiveViewImage` WaitForLiveView(UInt32 timeoutMs = 0); This method blocks and waits for a LiveView image to be present. To avoid blocking you could utilize the notification system, to only call this method, when a :ref:`CameraEventId.NewLiveViewImage ` has been received. Before you can receive any LiveView images, you must first enable both :ref:`EnableImageReceiving(bool) ` and :ref:`SetLiveViewEnable(bool) `. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - timeoutMs - Optional: The amount of milliseconds to wait, before aborting. Zero is forever. * - :ref:`SdkException ` - :ref:`SdkException ` with the error-code if something goes wrong. .. rubric:: Returns: An in-memory LiveView image object. .. rubric:: See also: :ref:`SetLiveViewEnable(bool) `