Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add basic support for DJI drone import #57

Open
fxstein opened this issue Jun 13, 2023 · 0 comments
Open

Feature: Add basic support for DJI drone import #57

fxstein opened this issue Jun 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request further investigation Needs further investigation

Comments

@fxstein
Copy link
Owner

fxstein commented Jun 13, 2023

Enable the import from DJI drone sd-cards similar to the GoPro media.

Since there is no version text file on the sd-cards of DJI drones, it requires some directory/filename logic to identify as a DJI drone.

Won't be able to recognize the drone type or serial number, but at least the fact that it is DJI drone media.

➜  tree -d
.
├── DCIM
│   └── 100MEDIA
├── LOST.DIR
└── MISC
    ├── GIS
    ├── IDX
    └── THM
        └── 100

9 directories
➜  MISC tree   
.
├── GIS
│   └── dji.gis
├── IDX
├── IDX_BLOCK
└── THM
    └── 100
        ├── DJI_0001.SCR
        ├── DJI_0001.THM
        ├── DJI_0002.SCR
        ├── ...
        ├── DJI_0524.THM
        ├── DJI_0525.SCR
        └── DJI_0525.THM
@fxstein fxstein added enhancement New feature or request further investigation Needs further investigation labels Jun 13, 2023
@fxstein fxstein self-assigned this Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request further investigation Needs further investigation
Projects
None yet
Development

No branches or pull requests

1 participant