| | |
| | | } |
| | | |
| | | self.nameLabel.text = [NSString stringWithFormat:@"%@",deviceInfo.deviceName]; |
| | | [self.cameraImageView sd_setImageWithURL:[NSURL URLWithString:deviceInfo.deviceCover] placeholderImageScale:nil]; |
| | | [self.cameraImageView sd_setImageWithURL:[NSURL URLWithString:deviceInfo.deviceCover] placeholderImage:[UIImage imageNamed:@"device_default"]]; |
| | | // [EZOPENSDK capturePicture:cameraInfo.deviceSerial channelNo:cameraInfo.channelNo completion:^(NSString *url, NSError *error) { |
| | | // if(!error){ |
| | | // [self.cameraImageView sd_setImageWithURL:[NSURL URLWithString:url]]; |