Skip to content

Python scripts for using the Toshiba® FlashAir® Wifi SD Cards on Linux

Notifications You must be signed in to change notification settings

JensErat/PyFlashAero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%