JSON_HBDLibBaseCfg

JSON message about basic information of a human body picture library

{
  "HBDLibBaseCfg":{
/*required, basic information of a human body picture library*/
    "id": ,
/*required, sub item No. in the list, starts from 1*/  
    "HBDID": "",
/*required, string, ID of human body picture library, the maximum length is 64; for cameras, only the default HBDID will be returned*/  
    "HBDLibName": "",
/*required, string, name of human body picture library, the maximum length is 64*/
    "HBDLibThreshold": , 
/*required, integer32, similarity threshold for human body picture comparison, range: [0,100]*/
    "customHBDID": "", 
/*optional, string, ID of custom human body picture library, the maximum length is 128*/
    "customInfo": ""
/*optional, string, additional information of human body picture library, the maximum length is 32*/
  }
}