Psync
R package to download images via Wi-Fi from PENTAX (TM) cameras
Package metrics
CRAN statistics
How to use this package?
Package installation
To install the package directly from GitHub, run
if(!require("devtools"))
install.packages("devtools")
devtools::install_github("R-Lum/Psync@master")
Download images
- Establish a Wi-Fi connection to your camera
- Open R
- Load the package via
library(Psync)
- Download images via
download_images(output_path = "YOUR DOWNLOAD FOLDER NAME"
)
To just list the available images run list_images()
in your R console.
Tested camera models
- K-70 (Firmware: 1.10)
Note
The package comes without any guarantee!
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.