在 Android 中,我通过 Web API 成功与 Theta SC 集成,并且我捕获了我已经实现的图像形式的 android 应用程序,但问题是图像 url 没有以完整路径出现,所以我怎么知道捕获图像的完整路径?
我得到了什么"100RICOH/R0010241.JPG"
<-- 200 OK http://192.168.1.1/osc/commands/status
{"name":"camera.takePicture","state":"done","results": {"fileUri":"100RICOH/R0010241.JPG"}}
调用osc/state
Request{method=POST, url=http://192.168.1.1/osc/state}
{"name":"camera.listImages","state":"done",
"results":{"entries":[{"name":"R0010241.JPG","uri":"100RICOH/R0010241.JPG",
"size":3973136,"dateTimeZone":"2022:01:03 13:14:16+03:00","width":5376,"height":2688}],
"totalEntries":18,"continuationToken":"16"}}