The status flag for determining if the sensor should apply coarse motion blur to the simulated images or not.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseMotionBlur() As Boolean |
[C#] |
---|
public bool UseMotionBlur {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseMotionBlur(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseMotionBlur( VARIANT_BOOL * pVal ); public: HRESULT put_UseMotionBlur( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getUseMotionBlur(); public void setUseMotionBlur( bool ); |