Lines Matching refs:jsonObj
872 jsonObj,buf = self.__read_response_from_socket()
873 if jsonObj['tag'] in ['jpegImage', 'rawImage', \
876 fmt = jsonObj['tag'][:-5]
879 elif jsonObj['tag'] == 'yuvImage':
883 elif jsonObj['tag'] == 'captureResults':
884 mds.append(jsonObj['objValue']['captureResult'])
885 physical_mds.append(jsonObj['objValue']['physicalResults'])
886 outputs = jsonObj['objValue']['outputs']
890 tagString = unicodedata.normalize('NFKD', jsonObj['tag']).encode('ascii', 'ignore');
895 physicalId = jsonObj['tag'][len(x):]
901 physicalId = jsonObj['tag'][len(x):]