IDome |
void TargetToGeoPosition( DomeCamera camera, double latitude, double longitude, double height, double zoom )
| Exception | Condition |
|---|---|
| SdkException | Thrown if camera doesn't exist in the configuration or is not permitted to caller. Thrown when latitude is not in range from -90 to 90. Thrown when longitude is not in range from -180 to 180. Thrown when height is not in range from -500 to 1000. Thrown when zoom is not in range from 1 to 40. |
| UnauthorizedAccessSdkException | Thrown if operation is not permitted to caller. |