Camera.SetHostStorageCapacity Method
Definition
Namespace: P1Sdk
Registers this host’s available storage capacity (in megabytes).
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.
Parameters:
capacityMB |
This hosts image capacity in megabytes. |
SdkException with the error-code if something goes wrong. |
See also: