# SIMCONNECT_CAMERA_FLAG The **SIMCONNECT\_CAMERA\_FLAG** enum used to set/get specific camera options.   ##### Syntax ``` cpp enum SIMCONNECT_CAMERA_FLAG { SIMCONNECT_CAMERA_FLAG_NONE = 0x00, SIMCONNECT_CAMERA_FLAG_INTERACTION = 0x01, SIMCONNECT_CAMERA_FLAG_ABOVE_GROUND = 0x02 } ```   ##### Members {{< table-wrapper >}} | Member | Description | |---------------------------------------|-------------------------------------------------------------------------------------------| | `SIMCONNECT_CAMERA_FLAG_NONE` | There are no flags set for the add-on camera. | | `SIMCONNECT_CAMERA_FLAG_INTERACTION` | The add-on camera will permit interactions. | | `SIMCONNECT_CAMERA_FLAG_ABOVE_GROUND` | The add-on camera altitude will always be set above the ground (including any buildings). | {{< /table-wrapper >}}   ##### Remarks N/A