Jump to content
Sign in to follow this  
n4gix

Camera Control via Keyboard or Icons

Recommended Posts

Recently I was asked if it would be possible to create an Icon to display the overhead in the CS777. Since the overhead in that aircraft is a custom camera view in the virtual cockpit, there is no "ident" number like there is with 2d popup panels.

 

The answer to the question is buried in the fine print of the SDK as usual...

 

...there is a hint with this completely undocumented command: VIEW_CAMERA_SELECT_START

 

This command is used in conjunction with an entry the user can make in the Camera definition in the aircraft.cfg file. This parameter is:

 

HotKeySelect=n (where n may be 0, 5, 6, 7, 8, 9)
  • Camera 1 is assigned to Virtual Cockpit (F9)
  • Camera 2 is assigned to 2d Cockpit (F10)
  • Camera 3 is assigned to Spot View, Locked (F11)
  • Camera 4 is assigned to Top Down (F12)
For example, I've added this to my C310R's aircraft.cfg file:

[CameraDefinition.003]
Title = "Lower Panel"
Guid = {D95E57AC-1EF3-442e-901D-8C7168F4DA9D}
Description = Virtual Cockpit Lower Panel
Origin = Virtual Cockpit
Category = Cockpit
HotKeySelect=5
... etc.
I have assigned "Shift+F12" to control Camera 5 in the Control Assignment dialog. Now, pressing Shift-F12 on the keyboard will instantly select "Virtual Cockpit Lower Panel". Pressing F9 will instantly return me to the "Virtual Cockpit" camera.

 

Now while I did not need to assign a key-combo in the Control Assignment dialog, I just wanted to try it out. For the purposes of the OP however, what is important is that the following should now work either through a C or XML gauge:

 

(>K:VIEW_CAMERA_SELECT_5)
similarly, this should return one to the Virtual Cockpit camera:

 

(>K:VIEW_CAMERA_SELECT_1)
-or- 
(>K:VIEW_VIRTUAL_COCKPIT_FORWARD)
This will also work for C gauges using the equivalent command:

 

KEY_VIEW_CAMERA_SELECT_5
KEY_VIEW_CAMERA_SELECT_1 
-or- 
KEY_VIEW_VIRTUAL_COCKPIT_FORWARD
Those View Selects can also be assigned via FSUIPC as well as they are standard offsets 66851 - 66860. See pages 6 & 7 of the "List of FSX Controls.pdf" that is supplied as part of the FSUIPC4 documentation.

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator

Share this post


Link to post
Share on other sites

Thanks Bill. I just used your idea to make camera definitions and toggle switches for the HMS Bounty. Works like a charm, Bob.

Share this post


Link to post
Share on other sites

You are most welcome! I noticed your contribution in the SOH thread.


Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...