.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1a090908490f1b6c2408ef8016020b6614: Camera.SetLiveViewEnable Method +++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Turn capturing and transferring of LiveView images on or off .. ref-code-block:: csharp :class: doxyrest-overview-code-block public void SetLiveViewEnable(bool enable); To receive a stream of LiveView images, set this to ``true``. This causes the camera to begin feeding a stream of bitmap images to you host system. By default LiveView images are 1024 x 768 pixels, and 24 bit RGB. You can change these settings using the *properties*. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - :ref:`SdkException ` - :ref:`SdkException ` with the error-code if something goes wrong. * - enable - Set to ``true`` to enable LiveView image transffering. .. rubric:: See also: :ref:`WaitForLiveView `