# cameras.cfg Examples On this page you can find various examples of different camera configurations, as set in the [`cameras.cfg`](../cameras.cfg/).     ### Camera Default Position In Cockpit ``` xml [CameraDefinition.1] Title = "Pilot" Guid = {8ff6c134-098d-409f-baec-caba3f683f98} Origin = Virtual Cockpit MomentumEffect = 1 SnapPbhAdjust = Swivel SnapPbhReturn = False PanPbhAdjust = Swivel PanPbhReturn = False Track = None ShowAxis = 1 AllowZoom = TRUE InitialZoom = 0.57 SmoothZoomTime = 2.0 ZoomPanScalar = 1.0 ShowWeather = Yes XyzAdjust = TRUE ShowLensFlare = 0 Category = Cockpit PitchPanRate = 20 HeadingPanRate = 60 InitialXyz = 0.14, 0.98, 4.64 InitialPbh = 0, 0, 0 ```     ### External Camera Default Position ``` xml [CameraDefinition.6] Title = DEFAULT_CHASE Guid = {A03B101B-3782-4A61-BE39-05318A7C0923} Origin = Center MomentumEffect = 0 SnapPbhAdjust = None SnapPbhReturn = False PanPbhAdjust = None PanPbhReturn = False Track = None ShowAxis = FALSE AllowZoom = TRUE InitialZoom = 0.647398 SmoothZoomTime = 2.0 ZoomPanScalar = 1.0 ShowWeather = 1 XyzAdjust = TRUE ShowLensFlare = FALSE Category = Aircraft PitchPanRate = 20 HeadingPanRate = 60 InitialXyz = -0.0000, 14.8964, -81.93 InitialPbh = 0.0, 0.0, 0.0 ```     ### FixedOnPlane Definition ``` xml [CameraDefinition.019] Title = "FixedOnPlane" Guid = {A1237E57-47D1-4E08-8AB7-D82845C18FFA} Origin = Center MomentumEffect = 1 SnapPbhAdjust = Swivel SnapPbhReturn = False PanPbhAdjust = Swivel PanPbhReturn = False Track = None ShowAxis = FALSE AllowZoom = TRUE InitialZoom = 7.19 SmoothZoomTime = 2.0 ZoomPanScalar = 1.0 ShowWeather = 1 XyzAdjust = TRUE ShowLensFlare = FALSE Category = FixedOnPlane PitchPanRate = 20 HeadingPanRate = 60 InitialXyz = -31.05, 0.81, -19.67 InitialPbh = 8.78, 2.75, 67.23 ```     ### Hiding Node Of A Camera Instrument ``` xml [CameraDefinition.002] Title = "Instruments" Guid = {A1FF1FC6-4902-46D4-AFFD-22F64B240235} Origin = Virtual Cockpit MomentumEffect = 1 SnapPbhAdjust = Swivel SnapPbhReturn = False PanPbhAdjust = Swivel PanPbhReturn = False Track = None ShowAxis = 1 AllowZoom = TRUE InitialZoom = 0.57 SmoothZoomTime = 2.0 ZoomPanScalar = 1.0 ShowWeather = 1 XyzAdjust = TRUE ShowLensFlare = FALSE Category = Cockpit PitchPanRate = 20 HeadingPanRate = 60 InitialXyz = 0.04, -0.18 , 0.48 InitialPbh = 0 ,0 , 0 VarToggle = "Yoke_Pilot Yoke_Pilot_Cable" ```