Photomechanics API
|
Provides manual control over rotation speed. More...
Public Member Functions | |
Task< Boolean > | GetManualRotationModeEnabled () |
Get info on whether manual rotation mode is enabled. More... | |
Task | SetManualRotationModeEnabled (Boolean enabled) |
Set manual rotation mode state. Allows direct control over rotation speed. More... | |
Task | SetSpeedManually (Double degreesPerSecond) |
Set rotation speed manually. More... | |
Provides manual control over rotation speed.
Task< Boolean > IManualRotationProvider.GetManualRotationModeEnabled | ( | ) |
Get info on whether manual rotation mode is enabled.
TurntableOperationFailedException | Thrown when turn table returns fail result of operation. |
Task IManualRotationProvider.SetManualRotationModeEnabled | ( | Boolean | enabled | ) |
Set manual rotation mode state. Allows direct control over rotation speed.
enabled | Is manual rotation mode enabled. |
TurntableOperationFailedException | Thrown when turn table returns fail result of operation. |
Task IManualRotationProvider.SetSpeedManually | ( | Double | degreesPerSecond | ) |
Set rotation speed manually.
Must be preceded with SetManualRotationModeEnabled call.
degreesPerSecond | Speed value in degrees per second. |
TurntableOperationFailedException | Thrown when turn table returns fail result of operation. |