.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1aa1909a734ac32bc703d515f5bf72830c: Camera.SetHostStorageCapacity Method ++++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Registers this host's available storage capacity (in megabytes). .. ref-code-block:: csharp :class: doxyrest-overview-code-block public void SetHostStorageCapacity(UInt32 capacityMB); If the host capacity falls below a certain threshold (depending on capture-settings), the camera will reject new captures(depending on storage-settings). Initially, this setting is set to 1GB. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - capacityMB - This hosts image capacity in megabytes. * - :ref:`SdkException ` - :ref:`SdkException ` with the error-code if something goes wrong. .. rubric:: See also: :ref:`TriggerCapture `