download_images: Download Images from PENTAX (TM) cameras

Description Usage Arguments Details Value Note Author(s) Examples

View source: R/download_images.R

Description

Download previously selected images. If the default is chosen all found images are downloaded.

Usage

1
2
download_images(files = list_images(verbose = FALSE), output_path,
  url = "http://192.168.0.1/v1", verbose = TRUE)

Arguments

files

list (with default): list with files to import

output_path

character (required): character string with a valid output path, where the downloaded files will be stored

url

character (with default): the url for server connection

verbose

logical (with default): enables or disables verbose mode

Details

How to establish the Wi-Fi connection?

1. Switch on the Wi-Fi of your camera
2. Connect your computer with the Wi-Fi of the camera (you find the Wi-Fi password in your camera settings: Settings >> 3 >> Wi-Fi >> Communication Info)

Value

This function returns nothing.

Note

This function has been tested with a Pentax K-70 (Firmware: v1.10) only! It should theoretically work with other models providing this functionalit; however, it has been not tested.

Author(s)

Sebastian Kreutzer

Examples

1
2
3
4
5
## Not run: 
download_images(output_path = "~/Desktop/Download")


## End(Not run)

RLumSK/Psync documentation built on Dec. 6, 2020, 3:08 a.m.