[ANSWERED] NVG

SDK supports Prepar3D’s philosophy of an open development architecture and encourages third parties to bring new innovations with improved add-ons and training content.
Locked
jas4921
Posts: 8
Joined: Tue Dec 20, 2011 10:04 pm

Post by jas4921 »

I am trying to add an NVG camera definition to an aircraft but I am struggling.

I can set up IR camera definitions with no problem at all.

Would it be possible to give me an example of an NVG Camera Definition so that I can use is as a platform to create my own ones.
WBard
Posts: 1034
Joined: Mon Aug 16, 2010 7:23 pm

Post by WBard »

Hi there,



Have you looked in the camera SDK? We provide a few examples, also in your main installation directory, the cameras.cfg file has an NVG example:



[CameraDefinition.013]

Title = NVG

Guid = {61C3B6FB-FF9E-4B9C-978E-AA7C7F70F5A9}

Description = Green Colorization based NVG Sensor Camera

ColorizationMode = WHITE_HOT

ColorizationScheme = GREEN

Origin = Cockpit

ShowPanel = No

SnapPbhAdjust = Ordinal

SnapPbhReturn = True

PanPbhAdjust = Ordinal

PanPbhReturn = True

Track = None

ShowAxis = FrontOnly

AllowZoom = TRUE

InitialZoom = 1.0

SmoothZoomTime = 2.0

ShowWeather = Yes

XyzAdjust = TRUE

ShowLensFlare=FALSE

Category = Sensor

CycleHidden=Yes
jas4921
Posts: 8
Joined: Tue Dec 20, 2011 10:04 pm

Post by jas4921 »

Awesome thanks.

I did have a read of the SDK Camera Definitions but couldn't quite understand it.



You are a star sir, many thanks :)
Locked