使用 Google Nest 摄像头的新设备访问,有一个特征可用于从摄像头获取图像 - 但问题是,如何获取非基于事件的图像的下载 URL?
我试过了:
curl -X POST \
'https://smartdevicemanagement.googleapis.com/v1/enterprises/project-id/devices/device-id:executeCommand' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer access-token' \
--data-raw '{
"command" : "sdm.devices.commands.CameraImage",
"params" : {}
}'
不幸的是,这不起作用