rain
2024-06-05 a46e7ad0f67c78d3b6379bff2605c50a115a2bf1
src/main/java/com/dji/sample/patches/xml/mode/share/action/utils/ActionUtils.java
@@ -20,7 +20,8 @@
    public static TakePhotoParam setTakePhoto(String dkbh) {
        TakePhotoParam takePhotoParam = new TakePhotoParam();
        takePhotoParam.setFileSuffix("航点" + dkbh);
        takePhotoParam.setPayloadLensIndex("wide,ir");
//        takePhotoParam.setPayloadLensIndex("wide,ir");
        takePhotoParam.setPayloadLensIndex("wide");
        takePhotoParam.setUseGlobalPayloadLensIndex(1);
        takePhotoParam.setPayloadPositionIndex(0);
        return takePhotoParam;