In the DLL or the Documentation, I could not find the Information about whether P3D can identify Heat values or not.
Does the IR modes in Targeting Pod Camera simply change the color effects of the image? In postProcess.xml file, I found the following settings for Black/White Hot.
Code: Select all
<Section Name="Camera.1.16">
<Property Name="Guid" Value="{57A3758A-D596-4260-8AF0-302A5E4DF5CE}" />
<Property Name="Title" Value="IR (White Hot)" />
<Property Name="PanelOnlyView" Value="False" />
<Property Name="Zoom" Value="1" />
<Property Name="Translation" Value="0, 0, 0" />
<Property Name="SensorMode" Value="1" />
<Property Name="Rotation" Value="0, 0, 0" />
</Section>
<Section Name="Camera.1.17">
<Property Name="Guid" Value="{DD3A45A5-C8BE-417A-B69E-32F402D56F36}" />
<Property Name="Title" Value="IR (Black Hot)" />
<Property Name="PanelOnlyView" Value="False" />
<Property Name="Zoom" Value="1" />
<Property Name="Translation" Value="0, 0, 0" />
<Property Name="SensorMode" Value="2" />
<Property Name="Rotation" Value="0, 0, 0" />
<Property Name="PostProcess.0" Value="InvertColor" />
</Section>
Would really appreciate if someone point me to the right direction about where do I get the heat values of ground targets?