Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

olympus-camera-dl

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

olympus-camera-dl

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

olympus-camera-dl

cli tool that download images from olympus camera using wifi.

Installation

using rubygems

gem install olympus-camera-dl

Usage

$ olympus-camera-dl -h
Usage: olympus-camela-dl [options] ./photo-download-dir/
        --delete                     delete images on camera after download
    -c, --card-slot [NUM]            set SD card slot 1 or 2
    -e, --ext [EXTNAME]              set download ext name, example: -e "jpg" or -e "oft"
    -s, --skip                       skip download image when image exists
    -p, --power-off                  camera power off when finished
    -V, --verbose                    verbose debug messages

$ olympus-camera-dl
ERROR: Can't connect to camera

## connect to camera's wifi

$ olympus-camera-dl -c 2 --delete --power-off /home/pi/photos/E-M1MarkII/
Connected: E-M1MarkII
Use SD card slot: 2
11 images found
[1/11] DOWNLOAD: /DCIM/101OLYMP/PB202134.JPG
[1/11] WRITE: /home/pi/photos/E-M1MarkII/PB202134.JPG (4,517,267 byte)
[1/11] DELETED: /DCIM/101OLYMP/PB202134.JPG on camera
[2/11] DOWNLOAD: /DCIM/101OLYMP/PB202135.JPG
[2/11] WRITE: /home/pi/photos/E-M1MarkII/PB202135.JPG (4,380,822 byte)
[2/11] DELETED: /DCIM/101OLYMP/PB202135.JPG on camera
...
[11/11] DOWNLOAD: /DCIM/101OLYMP/PB202144.JPG
[11/11] WRITE: /home/pi/photos/E-M1MarkII/PB202144.JPG (4,466,991 byte)
[11/11] DELETED: /DCIM/101OLYMP/PB202144.JPG on camera
Power off

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 24 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc