kartaview / upload-scripts

Uploader tools for KartaView
MIT License
59 stars 30 forks source link

how to upload a folder with images? (not a sequence) #72

Closed mfa closed 5 years ago

mfa commented 5 years ago

I record images using a gopro and uploaded them with upload_exif.py. How to upload a folder with images now?

bogdans-telenav commented 5 years ago

python osc_tools.py upload -p folder_with_images

the script can automatically detect your sequence type and it will start uploading them

mfa commented 5 years ago

response:

Searching for sequences...
Search completed.
    No sequence found.

In the folder are 1500 files, i.e. G0016767.JPG

bogdans-telenav commented 5 years ago

@mfa Interesting, can you send me a sample of let's say the first 2 images? and/ or the OSC_log.log file found where you have the scripts.

mfa commented 5 years ago

https://paste.madflex.de/PQPF6Hmf#debug_image_upload.zip

bogdans-telenav commented 5 years ago

@mfa i started investigating.

bogdans-telenav commented 5 years ago

@mfa fixed your issue with commit. Thanks for reporting. Please close this after you confirm that all works as expected.

mfa commented 5 years ago

thx. upload works now.