The docs list a number of camera variables under Camera Variables but none of these seems to return any data (using the 0.20.3.0 SimConnect.dll and the python simconnect package. Also tried older versions of SimConnect.dll but none of them seem to yield any data). Do they actually work/exist?
I see the note saying “When Microsoft Flight Simulator is running in multiplayer mode, only a small number of variables are communicated between aircraft. Those variables that are available will say so in the description as being either for All Aircraft or for Shared Cockpit” but I’m not trying to communicate anything between aircraft, I’m just trying to get the user’s local camera properties.
(aircraft simvars work fine, so I’m wondering whether this is python’s simconnect acting up, or whether other tools also can’t read CAMERA_STATE and friends…)