Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

55 Commits

Repository files navigation

# A downloader written in python for the Toshiba FlashAir Wifi SDHC Cards.

The downloader can be run with Preview of the latest image from the card or just downloading the images to a folder. ( currently the functions are only set for downloading JPEGs as preview, had trouble with my camera switching off, before finished downloading RAW also QImage might not support RAW images ... )

## Requirements: Python3 & PyQt4

It is highly recommended to use the card with API Mode 5 (card connects to access point).

## For the Preview execute: alt tag

python3 PyFlashAero.py --card_uri http://192.168.0.17 #The URL of your card
--ImageViewer #shows the ImageViewer
--GUIinstant #Has to be supplied (currently there is no option on the GUI to start or stop downloading!)
--folder_remote /DCIM/100EOS5D #The remote folder on your card you want it to look into
--folder_local /folder_on_local_disk #The folder where the images should be stored

For the console execute:

python3 PyFlashAero.py --card_uri http://192.168.0.17 #The URL of your card
--folder_remote /DCIM/100EOS5D #The remote folder on your card you want it to look into
--folder_local /folder_on_local_disk #The folder where the images should be stored

## Arguments

argumenthelperdefault value
--card_uriURI of the Toshiba FlashAir SDCardhttp://192.168.0.1
--timeoutTimeout in milliseconds1000
--folder_localFolder for storing downloaded images'.'
--folder_remoteFolder where to search for new images (remote)'/'
--recursiveSearch for new images in the folder recursively (not implemented yet)False
--ImageViewerShows the GUI
--GUIinstantGUI will start looking for images directlyFalse
--GUIDebugImagepath for picture to debug the GUI
--extextension for files to be synced'JPG'

About

Python scripts for using the Toshiba® FlashAir® Wifi SD Cards on Linux, you may also have a look at my other JavaScript based project https://github.com/cyborg-x1/JSFlashAero which can be installed on the card and used in browser, but it is not that advanced right now.

Topics

Resources

Stars

36 stars

Watchers

9 watching

Forks

Releases

Packages

Contributors

Languages