- Messages
- 85
- Country

Hi. I am trying to understand how the PDK works in P3D v3 in order to control a camera. I try to follow the SDK instructions without any success (I get a dll file but it does nothing) :
Setting Up the Project
To build the project:
My problem is that I can't find the ICameraInterface.h (file) nor the Pdk.lib (file and folder in SDK). I guess I'm missing something. Can somebody help or give an explanation about this?
Setting Up the Project
To build the project:
- Open the CameraPDK.sln found in the SDK at <Prepar3D SDK Path>\Utilities\PDK\CameraSystemPrototypes\CameraSystemPDK with Visual Studio 2013.
- Right-click on the Main Project within the Solution Explorer and select "Properties".
- In the Project Property Pages, select the VC++ Directories Entry.
- Update the Include Directories path to include the paths to:
- Pdk.h and ICameraInterface.h.
- <Prepar3D SDK Path>\Utilities\PDK\Inc
- Update the Library Directories to include the paths to:
- Pdk.lib
- <Prepar3D SDK Path>\Utilities\PDK\lib
- Click the Apply button to save the settings.
- Right-click on Solution. Select Build to begin building the Sample.
My problem is that I can't find the ICameraInterface.h (file) nor the Pdk.lib (file and folder in SDK). I guess I'm missing something. Can somebody help or give an explanation about this?

