How to access the Smart Refrigerator's camera over an api?

Hi,

how do I access the camera or the content captured by the camera on the Samsung RS8000 refrigerator via an api? So far I only see the following capabilities using the SmartThings API. None of these look like the correct one:

"components": [
        {
            "id": "cooler",
            "capabilities": [
                {
                    "id": "temperatureMeasurement",
                    "version": 1
                },
                {
                    "id": "contactSensor",
                    "version": 1
                },
                {
                    "id": "sensor",
                    "version": 1
                },
                {
                    "id": "thermostatCoolingSetpoint",
                    "version": 1
                }
            ]
        },
        {
            "id": "cvroom",
            "capabilities": [
                {
                    "id": "contactSensor",
                    "version": 1
                },
                {
                    "id": "sensor",
                    "version": 1
                }
            ]
        },
        {
            "id": "freezer",
            "capabilities": [
                {
                    "id": "temperatureMeasurement",
                    "version": 1
                },
                {
                    "id": "contactSensor",
                    "version": 1
                },
                {
                    "id": "sensor",
                    "version": 1
                },
                {
                    "id": "thermostatCoolingSetpoint",
                    "version": 1
                }
            ]
        },
        {
            "id": "main",
            "capabilities": [
                {
                    "id": "temperatureMeasurement",
                    "version": 1
                },
                {
                    "id": "contactSensor",
                    "version": 1
                },
                {
                    "id": "refresh",
                    "version": 1
                },
                {
                    "id": "ocf",
                    "version": 1
                },
                {
                    "id": "refrigeration",
                    "version": 1
                },
                {
                    "id": "filterStatus",
                    "version": 1
                },
                {
                    "id": "execute",
                    "version": 1
                }
            ]
        }
    ],

How does the Smart Things App or the Family Hub app access the data with View Inside?