JSON_HBDLibBaseCfgList

JSON message about basic information of all human body picture libraries

{
  "HBDLibBaseCfgList":[
/*required, basic information of all human body picture libraries*/
    {
      "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*/
    }
  ]
}