Skip to content

Releases: Photometrics/PyVCAM

v2.3.2

03 Mar 09:35
b7b1bc2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

09 Oct 13:12

Choose a tag to compare

What's Changed

  • Fixed get_vtm_sequence() to use new pvc functions for proper VTM acquisition by @tomhanak in #60
  • Fixed get_param() & set param() to support all parameter types by @tomhanak in #61
  • Separated acquisition setup and start in pvc module
  • Deprecated scan_line_time, forwarded calls to prog_scan_line_time property
  • Added live_roi property wrapping access to PARAM_ROI parameter
  • Added properties for Smart Streaming feature
  • Added Smart Streaming acquisition to seq_mode.py example
  • Extended live_mode.py example to support color cameras
  • Added new example for Programmable Scan Mode

Full Changelog: v2.2.4...v2.3.1

v2.2.4

26 Sep 07:51

Choose a tag to compare

What's Changed

  • Update script for compatibility with more modern packaging tools by @collineps in #51
  • Allow binning if PARAM_BINNING_* is not defined by @fujiisoup in #56
  • CI builds and installation from PyPI by @tomhanak in #59
  • Fixed many memory leaks in PyObject allocations in pvc module
  • Fixed possible use-after-free of acq. buffer in pvc module, removed its destruction at the end of acquisition
  • Propagated errors from internal streaming to disk code to the application
  • Removed a sleep after last frame in a sequence acquisition
  • Allowed readout_port to be set also by name
  • Fixed binning properties to support limited binnings with recent cameras
  • Added reset_frame_counter parameter to functions starting acquisition to reset frame counter in pvc module
  • Added bit_depth_host property that could differ from bit_depth with some post-processing features
  • Added readout_ports, speed_name and gain_name properties
  • Added fan_speed and fan_speeds properties
  • Deprecated bin_x and bin_y properties, forwarded the calls to binning property
  • Deprecated speed_table_index, forwarded calls to speed property
  • Deprecated meta_data_enabled, forwarded calls to metadata_enabled property
  • Deprecated abort function, forwarded call to finish function
  • Modernized the packaging to follow PEP 621
  • Added support for camera-reported speed and gain names in speed table, extended port_speed_gain_table dictionary
  • Fixed issues: #52, #54

New Contributors

Full Changelog: v2.1.5...v2.2.4