PDA

View Full Version : MXP 990 Camera settings


Jimmy
01-17-2006, 03:45 AM
Hi
On startup the camera centres itself is there anyway to adjust the settings so on startup it will go to a preset position I know you can use presets once the system is up but we want to remove the remote and have all settings set on startup
Thanks

Sean Lessman
01-17-2006, 09:44 AM
Hi
On startup the camera centres itself is there anyway to adjust the settings so on startup it will go to a preset position I know you can use presets once the system is up but we want to remove the remote and have all settings set on startup
Thanks

This is not available today. I have asked to have it added to our wishlist to be considered in the future.

Sean

robertk
01-17-2006, 09:50 AM
This is not available today. I have asked to have it added to our wishlist to be considered in the future.

Sean

Wouldn't it be possible to add a key sequence in the startup.prm script that select a predefined camera position?

//Robert

Sean Lessman
01-17-2006, 09:54 AM
Wouldn't it be possible to add a key sequence in the startup.prm script that select a predefined camera position?

//Robert

Sure, you could do it that way. You could also save the preset, and activate it on power up by storing the following command into the startup.prm file:

xcommand presetactivate n (where n is the number of the preset stored)

Sean

robertk
01-17-2006, 10:03 AM
Sure, you could do it that way. You could also save the preset, and activate it on power up by storing the following command into the startup.prm file:

xcommand presetactivate n (where n is the number of the preset stored)

Sean

Yes, that was what I figured :^)

But I agree, there should be an option(or even by default) to have the camera start up with a preset position (preset 0?!) instead of just center it.

//Robert

Jimmy
01-17-2006, 11:00 AM
Thanks for the replies I will experiment

robertk
01-17-2006, 11:06 AM
Thanks for the replies I will experiment

Just remeber that the script will not run until 20 seconds AFTER the system has finished booting up.

//Robert