All Projects → C-X1 → PyFlashAero

C-X1 / PyFlashAero

Licence: AGPL-3.0 license
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.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PyFlashAero

react-simple-card
React simple card component
Stars: ✭ 23 (-32.35%)
Mutual labels:  card
curl-worker
No description or website provided.
Stars: ✭ 42 (+23.53%)
Mutual labels:  card
fullscreen-card
Make your Home Assistant browser fullscreen with one tap.
Stars: ✭ 23 (-32.35%)
Mutual labels:  card
credit-card-prompt
Credit card prompt with validation and address lookup
Stars: ✭ 13 (-61.76%)
Mutual labels:  card
Android-Material-Design-Template
Android Material Design UI Template , with Google Design support , card view , butterknife , CoordinateLayout , CollapsingToolbar .
Stars: ✭ 56 (+64.71%)
Mutual labels:  card
SpiderCard
蜘蛛纸牌 for mac
Stars: ✭ 29 (-14.71%)
Mutual labels:  card
deck.zone
A board game creation tool.
Stars: ✭ 19 (-44.12%)
Mutual labels:  card
atomic-calendar-revive
An advanced calendar card for Home Assistant Lovelace.
Stars: ✭ 218 (+541.18%)
Mutual labels:  card
esp-idf-rc522
C library for interfacing ESP32 with MFRC522 RFID card reader, packaged as ESP-IDF component
Stars: ✭ 60 (+76.47%)
Mutual labels:  card
nova-algolia-card
A Laravel Nova card for Algolia
Stars: ✭ 22 (-35.29%)
Mutual labels:  card
oseid
Microchip AVR based smartcard/token with ECC and RSA cryptography
Stars: ✭ 17 (-50%)
Mutual labels:  card
flashre
Tools to reverse the Toshiba FlashAir SD cards
Stars: ✭ 23 (-32.35%)
Mutual labels:  flashair
Unity-Trello
☑️️ Generate Trello cards directly from Unity
Stars: ✭ 34 (+0%)
Mutual labels:  card
ReactZooApp
ReactZooApp
Stars: ✭ 33 (-2.94%)
Mutual labels:  card
Margoulineur2000
NFC
Stars: ✭ 24 (-29.41%)
Mutual labels:  card
hs-art-extractor
A tool to extract Hearthstone card art from the game files
Stars: ✭ 21 (-38.24%)
Mutual labels:  card
bootstrap-grid-card
Bootstrap grid in Lovelace UI
Stars: ✭ 25 (-26.47%)
Mutual labels:  card
MTG-Card-Reader
Reads a Magic: The Gathering card in front of a webcam and identifies it in an existing database of cards of a user-specified set.
Stars: ✭ 32 (-5.88%)
Mutual labels:  card
CircularCardsStackView
CircularCardsStackView is an Android library for dealing with swipeable card views.
Stars: ✭ 30 (-11.76%)
Mutual labels:  card
KoiCatalog
A card manager for Koikatu. View, search, and sort your collection of character cards.
Stars: ✭ 18 (-47.06%)
Mutual labels:  card

# 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

argument helper default value
--card_uri URI of the Toshiba FlashAir SDCard http://192.168.0.1
--timeout Timeout in milliseconds 1000
--folder_local Folder for storing downloaded images '.'
--folder_remote Folder where to search for new images (remote) '/'
--recursive Search for new images in the folder recursively (not implemented yet) False
--ImageViewer Shows the GUI
--GUIinstant GUI will start looking for images directly False
--GUIDebugImage path for picture to debug the GUI
--ext extension for files to be synced 'JPG'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].