Skip to content

Releases: jim-easterbrook/python-gphoto2

v2.1.0

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 25 Jan 10:50
1/ COMPATIBILITY CHANGE: gp_file_set_data_and_size and gp_file_append now
take a single buffer parameter (such as a bytes string) instead of a
string and length.
2/ Fixed memory double free bug in gp_file_set_data_and_size.
3/ Removed support for libgphoto2 v2.4.

v2.0.0

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 16 Apr 08:45
1/ COMPATIBILITY CHANGE: gp_log_add_func and use_python_logging now return a
Python object which must be stored until logging is no longer needed.
2/ Added cam-conf-view-gui & wait-for-event examples. Thanks to the users who
contributed these.
3/ Various minor bug fixes and improvements.

v1.9.0

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 20 Dec 08:56
1/ Enabled use of context callback functions such as
gp_context_set_progress_funcs.
2/ Added a time lapse movie example script.

v1.8.5

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 01 Nov 16:52
1/ Fix memory leak in gp_camera_get_config.

v1.8.4

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 30 Oct 10:16
1/ Fix segfault if camera disconnected before calling get_storageinfo.

v1.8.3

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 01 Aug 09:16
1/ Fix Qt5 usage in examples (thanks fatzh).
2/ Handle GP_EVENT_FILE_CHANGED (new in libgphoto2 2.5.17).
3/ Allow Python threads during gp_camera_init.

v1.8.2

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 03 Jan 12:41
1/ Fix bug in v1.8.1 that caused installation problems on some systems.

v1.8.1

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 18 Nov 11:18
1/ Logging callbacks now pass 'bytes' objects in Python3.
2/ Increased number of functions allow other Python threads to run.

v1.8.0

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 19 Oct 10:27
1/ The 'context' parameter is now optional for most functions.
2/ Some deprecated functions have been removed.
3/ Improved documentation of many functions.
4/ Substantial rework of logging callback processing.

v1.7.1

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 02 Oct 14:39
1/ Return string values from gp_camera_wait_for_event.