.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1af00e0936f1e1769334acadb6563ab6b1: Camera.EnableImageReceiving Method ++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Enable/disable for image transferring to host for this camera. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public void EnableImageReceiving(bool enable); Setting this to ``true`` tells the camera that the host computer is ready to receive captures. The camera may choose to ignore this (and not transmit any captures), as the storage configuration on the camera decides. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - enable - ``true`` is enabled. ``false`` otherwise. * - :ref:`SdkException ` - :ref:`SdkException ` with the error-code if something goes wrong. .. rubric:: See also: :ref:`SetHostStorageCapacity `, :ref:`TriggerCapture `, :ref:`WaitForImage `