How to control FOV/Zoom while using CameraSetRelative6DOF (State 7)?

Hey everyone,

I’ve been messing around with SimConnect trying to build a simple camera tool for MSFS 2024 and I’ve hit a wall that’s driving me nuts.

I’m using SimConnect_CameraSetRelative6DOF to move the camera around, which works great for position and rotation. Problem is, as soon as I call it the camera goes into State 7 (Six DoF) and every zoom method I’ve tried stops working. I’ve tried AXIS_ZOOM_SET, writing COCKPIT CAMERA ZOOM via SetDataOnSimObject, even tried from an external app instead of WASM — nothing. State 7 just blocks it all.

I know ChasePlane manages to do FOV zoom on SU4 somehow, and I’ve seen a couple other addons handle it too. Does anyone know how zoom/FOV can be controlled while CameraSetRelative6DOF is active? Is there some method I’m missing?

Any pointers would be hugely appreciated, I’ve been banging my head against this for days.

I’m aware of this yes, but I was wondering more how Chaseplane did it? Since they managed to get zoom / FOV working in SU4

We did not use SimConnect_CameraSetRelative6DOF, we made our own…