Skip to content

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.

License

Notifications You must be signed in to change notification settings

C-X1/PyFlashAero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Requirements: Python3 & PyQt4

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

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 ... )

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

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages