Search found 17 matches

by shouvik1984
Thu Jan 13, 2022 4:13 am
Forum: SimConnect Interface Questions
Topic: Build Error - SimConnect.lib(client.obj)
Replies: 4
Views: 14610

Re: Build Error - SimConnect.lib(client.obj)

Does it mean I may not be able to use VS2017 to build for Prepar3D v5 SDK 5.3.15.28131?
What is the minimum version required?
by shouvik1984
Wed Jan 12, 2022 5:40 pm
Forum: SimConnect Interface Questions
Topic: Build Error - SimConnect.lib(client.obj)
Replies: 4
Views: 14610

Re: Build Error - SimConnect.lib(client.obj)

I am also facing this issue. Any solutions Please let me know
My project settings still use VS2017 v141 toolset

I am also upgrading from v4.5 to v5.3 SDK and encountered this error.
by shouvik1984
Wed Jan 12, 2022 5:38 pm
Forum: Software Development Kit (SDK) Questions
Topic: Data
Replies: 3
Views: 7881

Re: Data

I am also facing this issue. Any solutions Please let me know
My project settings still use VS2017 v141 toolset
by shouvik1984
Thu Jun 11, 2020 8:27 am
Forum: SimConnect Interface Questions
Topic: Considerable lag in SimConnect_BeginVideoStream
Replies: 0
Views: 12862

Considerable lag in SimConnect_BeginVideoStream

Hi All, I see severe lag in the view that is opened with SimConnect_BeginVideoStream. The window resolution is 1152*768 and the frame rate is limited to 30fps in Display Settings. The lag is ~1s between the view window and vlc window I am using the following sdp setting v=0 o=-0 0 IN IP4 127.0.0.1 s...
by shouvik1984
Fri Jun 05, 2020 4:25 pm
Forum: Software Development Kit (SDK) Questions
Topic: Access to Rendered Frame buffer of undocked window
Replies: 9
Views: 22958

Re: Access to Rendered Frame buffer of undocked window

Thanks Rob for the prompt reply. I am actually not trying to overlay/draw any texture on an existing view. I am looking forward to accomplishing the following three objectives 1. Open a custom camera that I have stored in an aircraft.cfg file in an undocked view 2. Get a realtime access to the DX11 ...
by shouvik1984
Fri Jun 05, 2020 4:46 am
Forum: Software Development Kit (SDK) Questions
Topic: Access to Rendered Frame buffer of undocked window
Replies: 9
Views: 22958

Re: Access to Rendered Frame buffer of undocked window

Greetings,

This issue is posing as a major roadblock in our development. Requesting urgent help from the LM P3D team.

Thanks in advance.
by shouvik1984
Thu Jun 04, 2020 11:30 am
Forum: Software Development Kit (SDK) Questions
Topic: Access to Rendered Frame buffer of undocked window
Replies: 9
Views: 22958

Re: Access to Rendered Frame buffer of undocked window

I further investigated but could not succeed in getting the Undocked Window displaying a camera from aircraft.cfg rendering into OpenCV Mat.
Can someone please help.
by shouvik1984
Thu Jun 04, 2020 6:22 am
Forum: Software Development Kit (SDK) Questions
Topic: Access to Rendered Frame buffer of undocked window
Replies: 9
Views: 22958

Re: Access to Rendered Frame buffer of undocked window

@ztzhan You have to follow the code with the OpenCV_DLLMain.cpp file from the DLL Start function. Any callback service that is subscribed to will call the ::Invoke interface method (during an event) implemented in the class which inherits the PDK service classes. In my opinion you will be able to ge...
by shouvik1984
Tue Jun 02, 2020 4:01 am
Forum: Software Development Kit (SDK) Questions
Topic: Access to Rendered Frame buffer of undocked window
Replies: 9
Views: 22958

Access to Rendered Frame buffer of undocked window

Greetings, Following are my objectives 1. Open a custom camera that I have stored in an aircraft.cfg file in an undocked view 2. Get a realtime access to the DX11 rendered frame buffer from the undocked window (possibly using EVENTID_Frame event) 3. Get the rendered frame buffer in the undocked wind...
by shouvik1984
Mon May 11, 2020 3:57 pm
Forum: Simulation Object Development Questions
Topic: Rotation Sequence used in P3D
Replies: 1
Views: 14884

Rotation Sequence used in P3D

Greetings, As I have understood that left hand rule followed in P3D I would like to know what is the rotation sequence that is used to get the pitch, roll, yaw angles. As we all know the aircraft attitude quantities are coupled and pitch can affect roll angle. Hence I would like to understand what i...
by shouvik1984
Mon May 11, 2020 3:35 am
Forum: Simulation Object Development Questions
Topic: View position w.r.t to CG of the A/C
Replies: 0
Views: 10890

View position w.r.t to CG of the A/C

Greetings, My objective is to correlate a camera view with the IMU measurements having corrected for the homogenous transform between the IMU and Camera location. I am using a view to simulate a camera stream. The Camera Configuration allows us to position the camera at location w.r.t to an Origin. ...
by shouvik1984
Mon May 11, 2020 3:18 am
Forum: Software Development Kit (SDK) Questions
Topic: Obtaining corner coordinates of runway
Replies: 2
Views: 14699

Re: Obtaining corner coordinates of runway

Hi All, Is there a way to get the 4 corner coordinates of the runways through a SimConnect API. I searched in Simulation Variables but could not find anything in particular. The NavDB files also contain only the runway lat lon only of the center of the runway (both from length and width). It would ...
by shouvik1984
Wed May 06, 2020 11:00 am
Forum: Software Development Kit (SDK) Questions
Topic: Obtaining corner coordinates of runway
Replies: 2
Views: 14699

Obtaining corner coordinates of runway

Hi All, Is there a way to get the 4 corner coordinates of the runways through a SimConnect API. I searched in Simulation Variables but could not find anything in particular. The NavDB files also contain only the runway lat lon only of the center of the runway (both from length and width). It would b...