imaginevision / Z-Camera-Doc

Document for Z Camera
149 stars 46 forks source link

Return filename when recording stop #31

Closed onomonomedia closed 5 years ago

onomonomedia commented 5 years ago

When I stop a recording from the api would it be possible to have it return the file name of the recording?

Currently we get a confirmation but it would be nice if we could have the filename returned in the msg.

{
    "code": 0,
    "desc": "",
    "msg": ""
}
ailike commented 5 years ago

/ctrl/get?k=last_file_name

onomonomedia commented 5 years ago

That works. Thank you!