PDA

View Full Version : Change position in panorama


hamburger77
05-07-2008, 08:18 PM
Hi,

i want to change the view position automaticly. I am using a timer. That works very well. But if the value for pan is greater than 179 the panorama turns counterclockwise. Is it possible to use another command than that:

position1="change:0,pan,-149,1000; change:0,tilt,-18,1000,position2,position2"
position2="change:0,pan,157,1000; change:0,tilt,-21,1000,position3,position3"

I would be glad if someone can help me, because i have lost the documentation for FPP. I hope i will get a new one.

Thank you in advance.

Marvin

Trausti Hraunfjord
05-07-2008, 09:07 PM
Regarding lost documentation, you should write to Denis (he who made FPP) and ask him to send you the package again. He has your email and can verify that you are a legal user and will surely aid you with this minor thing... and I am also sure he can tell you if it is possible or not to have the auto pan to reach it's desired position by going only the way you want it to.

Denis' email is flashpanoramas (at) gmail.com and he is pretty good at giving answers quickly.

cheathamlane
05-07-2008, 11:23 PM
If you know what pan value you are currently at, you can just set your pan to a positive value (that is, the positive value of where it's at -- a pan of -170 would be equal to a pan value of 190) before making your call to change:nnn. Something like "pan=181;change:nnn".