Changing Azimuth Transition Speed

In my dome, when I change directions using the azimuth control in sky view, it is too fast and makes it dizzy. How can I make it slower?
Thanks

Sally

Bell Museum

2.0

Dieser Artikel wurde für 1 Person hilfreich. Ist dieser Artikel hilfreich?

Hi Sally,


There are two ways to control the speed of the azimuth transitions:


1. Modify the TransitionSpeed setting:


Send this command:

cameramanager.prop.TransitionSpeed [higher = slower]


The default value is 1.5. Setting it to 3.0, for example, will make the duration half as fast.


Note that this will affect all camera transitions, so that may, or may not, be what you're looking for?


2. Use the camera.azm command


Instead of pressing the buttons in the gui, send this command:


camera.azm <angle> <duration in seconds>


This gives you full control of the transition speed. Obviously it is a bit less convenient to send commands, and you might want to consider creating custom events for various view-directions.