I use CameraDefinition entries in my aircraft.cfg file to define the left, right and one other view.
I then assign them to FSX views via the HotKeySelect statements added to the CameraDefinition entries.
On my X-45 stick, I assign the 4 views VC (F9), the left, right and other views to the #2 hat switch.
A flick of the thumb changes the views instantaneously.
Very easy to implement and add to all your aircraft. I use the 'other' view as an aircraft-specific
assignment. It might be 'over the cowl' for a good view while taxiing or a closeup of the instrument panel.
I use TrackIR so the left/right cameras are usually down and left, down and right to see
controls on the sides of the cockpit in my single engine aircraft or the right seat and two other views in my multi-engine aircraft.. TIP 'takes care' of looking left or right
In the A2A B-377 I used the CameraDefinitions to move me to the FE Station, the right seat
and the Navigators position.
Here are my definitions for the B-377:
[CameraDefinition.001]
Title = "Co-Pilot"
Guid = {8ff6c134-098d-409f-baec-caba3f683f98}
Origin = Virtual Cockpit
MomentumEffect = YES
SnapPbhAdjust = Swivel
SnapPbhReturn = False
PanPbhAdjust = Swivel
PanPbhReturn = False
Track = None
ShowAxis = YES
AllowZoom = TRUE
InitialZoom = 0.5
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=TRUE
Category = Cockpit
PitchPanRate=100
HeadingPanRate=100
InitialXyz=0.99, 0.0, 0.0
InitialPbh=20, 0, 0
HotKeySelect=5
[CameraDefinition.002]
Title = "Flight Engineer"
Guid = {BBCB4E9C-ECF6-4c6c-AD83-C16084DC0B10}
Origin = Virtual Cockpit
MomentumEffect = YES
SnapPbhAdjust = Swivel
SnapPbhReturn = False
PanPbhAdjust = Swivel
PanPbhReturn = False
Track = None
ShowAxis = YES
AllowZoom = TRUE
InitialZoom = 0.4
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=TRUE
Category = Cockpit
PitchPanRate=100
HeadingPanRate=100
InitialXyz=0.5, 0.0, -1.17
//InitialPbh=20, 0, 30.0
InitialPbh= 0, 0, 35.0
HotKeySelect=6
[CameraDefinition.003]
Title = "Radionavigator"
Guid = {515136DD-1A45-47c9-AF8D-C749BEEFA8C3}
Origin = Virtual Cockpit
MomentumEffect = YES
SnapPbhAdjust = Swivel
SnapPbhReturn = False
PanPbhAdjust = Swivel
PanPbhReturn = False
Track = None
ShowAxis = YES
AllowZoom = TRUE
InitialZoom = 0.4
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=TRUE
Category = Cockpit
PitchPanRate=100
HeadingPanRate=100
//InitialXyz=0.1, -0.3, -2.5
InitialXyz=-0.2, -0.40, -2.3
//InitialPbh=7, 0, 263.0
InitialPbh=-15, 0, 275.0
HotKeySelect=7
usually all you need to do to customize a view is tweak the InitialXyz and InitialPbh values.
Paul