| void rcp_delete_camera_connection | ( | rcp_camera_connection_t * | con | ) |
Close and cleanup camera connection.
This function should be called when a connection with a camera has been lost or the user wants to disconnect from the camera. It will free up any allocated memory.
| [in] | con | camera connection to terminate. |