# SIMCONNECT_RECV_CAMERA_DATA The **SIMCONNECT\_RECV\_CAMERA\_DATA** structure is a response with the different data related to the current camera.   ##### Syntax ``` cpp struct SIMCONNECT_RECV_CAMERA_DATA: public SIMCONNECT_RECV { SIMCONNECT_DATA_CAMERA CameraData; }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |--------------|---------------------------------------------------------------------------------| | `CameraData` | Information about the camera, contained in the `SIMCONNECT_DATA_CAMERA` struct. | {{< /table-wrapper >}}   ##### Remarks This struct will be the response to a call to `SimConnect_CameraGet`.