| | |
| | | File rawSurveillancePhotoFile = FileUtil.writeToFile("rawSurveillancePhotoFile_"+fileIndex, byteArray);
|
| | | File surveillancePhotoFile = FileUtil.writeToFile("surveillancePhotoFile_"+fileIndex, surveillancePhotoBytes);
|
| | |
|
| | | params.addBodyParameter("deviceCompanyId", BaseApplication.getInstance().getAndroidDevice().getCompanyId());
|
| | | params.addBodyParameter("InOrOutCamera", cameraInOrOut + "");
|
| | | params.addBodyParameter("deviceId", BaseApplication.getInstance().getAndroidDevice().getDeviceId());
|
| | | params.addBodyParameter("rawSurveillancePhoto", rawSurveillancePhotoFile);
|