Camera.SetProperty Method

Definition

Namespace: P1Sdk

Set a given property’s value

public void SetProperty(UInt32 propertyId, PropertyValue value);

Parameters:

propertyId

The Id for the property to set

value

The new value of the property

SdkException

SdkException with the error-code if something goes wrong.

See also:

PropertyValue