JSON_Pircam

JSON message about the pircam (detector equipped with camera) capture parameters being added currently in asynchronous mode

{
  "Pircam":{
    "status":"", 
/*required, string, current status: "processing", "success", "failed"*/
    "picURL":""
/*optional, string, picture URL captured by the pircam (detector equipped with camera). This URL can be used by the upper-layer application to download the picture after it is returned by the device*/
  }
}