Skip to content

Releases: vleeuwenmenno/gphoto2_cl_binding

New name, new features and improved performance

03 May 20:36
e5438cf
Compare
Choose a tag to compare
  • Download File now works properly, before it was downloading to PWD/CWD instead of the given path.
  • Added DownloadRange allows downloading ranges of files
  • Added NumFiles returns the number of files on the camera
  • Added LastFile returns the index of the last/latest file on the camera
  • Added captureImageBytes allows for capturing images without saving them to the disk but loading them into memory on PC (VERY SLOW AT THE MOMENT, Needs optimization)
  • Added DownloadLast downloads the last x files from a given folder on the camera to a local directory
  • Little bit of code regions to make things tidy

Minor update

03 May 03:32
38139db
Compare
Choose a tag to compare
Minor update Pre-release
Pre-release

Changes:

  • Slight performance boost
  • More verbose logging

v0.1.1

02 May 20:04
fd9ee6c
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

New features

  • Download preview image as bytes gphoto2Bytes()
  • Verbose logging
  • Cached options getters
  • Downloading files and entire folders

v0.1.0

29 Apr 00:20
fdae9f5
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Next release containing more functionality, the only major missing functionality is downloading files.

Bugs?

You name it, make a new issue in the issue tracker and provide any info you can and we will try to debug it together.

v0.0.2

28 Apr 13:04
17d3ed4
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Initial release to nuget and github

Usage:

  1. Add package to your project from nuget: https://www.nuget.org/packages/AstroShutter.CliWrapper/
  2. Manually specifiy dll by in the downloads below