-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move camera? #86
Comments
Yes, I investigate this as well and my conclusion was the Sim developers do not provide external camera control interface. The simconnect interface does not seem to be a priority for them. You can send keystrokes but very limited. There are some interesting discussions in the community about using a pair of components, a custom WASM module, and a external program that feeds custom data. |
I managed to use CameraSetRelative6DOF() by going in the Attributes.py and setting
then I simply did this:
This works for me. |
@NerdyMuppet This is working for me. Thank you for the tip |
Hello,
I am a student from the Polytechnic University of Madrid working in a aerospace project for UAV's.
What I am currently doing is getting simulation data from JSBSim, and wanted to display it using MSFS.
By using this interface I am able to send the aircraft position to the sim, but I also wanted to control the camera.
I have searched all the documentation and property list but cannot find anything to modify any camera parameters (angles, positions and FOV). Maybe this is possible with SimConnect for P3D, but I haven't tried yet.
I have also tried sending input commands with vJoy to the sim, but turns out to be very unpredictable.
Thanks for your time.
The text was updated successfully, but these errors were encountered: