Skip to content

Releases: mvmn/gp2srv

2.11 Beta

18 Nov 00:08
Compare
Choose a tag to compare

Added command-line parameter to auto-connect to camera on startup

2.10 Beta

12 Nov 23:58
52a635b
Compare
Choose a tag to compare

Automatically convert live view images to JPEG to avoid issues with displaying live view.
Added back quick preview feature - with automatic conversion to JPEG as well.

2.9 Beta

11 Nov 09:31
bf974b9
Compare
Choose a tag to compare

Updated libgphoto2 to latest version 2.5.31
Updated JNA to version 5
Fixed average image brightness calculation
Minor web UI improvements

2.8 Beta

17 Oct 23:52
Compare
Choose a tag to compare

Added support for camera choice and disconnecting camera.

2.7 Java5 compatible

20 May 15:26
Compare
Choose a tag to compare

Made a Java5 compatibility branch.
Removed WebSockets and everything that needed latter Java versions to keep Java 5 compatibility.
Consequently removed script tracing.

2.7 Beta

01 Feb 01:22
Compare
Choose a tag to compare
  • Added possibility to download captured files to PC's filesystem (including mass download)
  • Added script step "download to PC"
  • Added script step "delete"
    Can be used in combination with "download to PC" in order to capture to camera's internal RAM, download image to PC and then delete from internal RAM in order to continue capturing without getting internal RAM overloaded.
  • Added button capture+download+delete that would download captured file into PC's filesystem and delete it from camera filesystem (be it SD card or internal RAM)
  • Some minor corrections (disable capture button properly during capture etc)

2.6 Beta

02 Jan 01:16
Compare
Choose a tag to compare
  • Fixed very bad bug in average picture brightness calculation
  • Scripting improvements: added possibility to execute JEXL "script" - e.g. have for loops and multiple statements
  • Scripting improvements: added script helper for creating arrays and lists of objects
  • Scripting improvements: proper conversion of arrays to strings for script variable display

2.5 Beta

31 Dec 16:35
Compare
Choose a tag to compare
  • UI changed to be narrower (better fit for iPhone and the like)
  • New script command for stopping script execution (e.g. conditionally when loop count > X, unconditionally at last step, etc)
  • Error info now has loop number, also loop number of latest error is exported as script variable
  • Corrected breadcrumbs of folder browsing

2.4 Beta

31 Dec 02:43
Compare
Choose a tag to compare
  • Improved script execution engine: now every step's condition and expression (if present - capture photo has no expression) are not just evaluated before step execution, but also exported as variables (note: expression is not evaluated if condition evaluated to false), so that they can be looked up in info/trace.
  • Added possibility to set fixed delay after every script step for currently running script - so that one could analyze variable states after each step.
  • Added possibility to set "stop on error" for currently running script, so that script would stop in case error happens in any step.
  • Added possibility to mass-load thumbnails for camera filesystem files in browse view.
  • Automatically export loop start time as script variable, so that throttling would be doable in one step, e.g. wait step with expression = "throttleTime - (__currentTimeMillis - __loopStartTime)".

2.3 Beta

30 Dec 18:27
Compare
Choose a tag to compare
  • Added possibility to retrieve thumbnail of an image in camera FS
  • Added possibility to calculate average brightness of the thumbnail of image in camera FS instead of full image (works much faster in Raspberry Pi - retrieval of full image is quite slow)