I'm a seasoned C# developer, and the last couple weeks I've been playing around with simconnect, hoping to build a custom tool for a flight simulator I'm in the process of building.
What I really need is the ability to GET the current camera position and angle (x,y,z,p,b,h). I have successfully been able to use CameraSetRelative6DOF() to set the position and TransmitClientEvent() to change the zoom level, but I'm at a loss in figuring out how to read the position from the sim. My goal is to get these 6 values from the sim and be able to set them in a config file for a new camera configuration in the aircraft.cfg file.
Anyone know how to accomplish this?
What I really need is the ability to GET the current camera position and angle (x,y,z,p,b,h). I have successfully been able to use CameraSetRelative6DOF() to set the position and TransmitClientEvent() to change the zoom level, but I'm at a loss in figuring out how to read the position from the sim. My goal is to get these 6 values from the sim and be able to set them in a config file for a new camera configuration in the aircraft.cfg file.
Anyone know how to accomplish this?

