'On test suite, Google camera stream is skipped, which is not supported

On test suite, Google camera stream is skipped, which is not supported. I have realized this function, and I can see camera video on my TV. For example, say to Google, "Hi Google, show camera on my bed room TV"

Like this

My sync is like this

{
    "payload":{
            "agentUserId":"myId",
            "devices":[
                    {
                            "attributes":{
                                    "cameraStreamNeedAuthToken":true,
                                    "cameraStreamNeedDrmEncryption":true,
                                    "cameraStreamSupportedProtocols":[
                                            "hls"
                                    ]
                            },
                            "deviceInfo":{
                                    "hwVersion":"c1",
                                    "manufacturer":"it",
                                    "model":"c12",
                                    "swVersion":"1.3"
                            },
                            "id":"myId",
                            "name":{
                                    "name":"myName"
                            },
                            "traits":[
                                    "action.devices.traits.CameraStream"
                            ],
                            "type":"action.devices.types.CAMERA",
                            "willReportState":true
                    }
            ]
    },
    "requestId":"3339167346796201642"

}

Can I help you, brother? Thank you



Solution 1:[1]

CameraStream currently isn’t supported by Test Suite. If you’re trying to Submit test results to Launch your smart home Action, feel free to submit them even if no 100% passed since CameraStream is required to pass manual testing by our certification team. After you submit it, our certification team will reach out to you.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Christina P.