Releases: Photometrics/PyVCAM
Releases · Photometrics/PyVCAM
v2.3.2
What's Changed
- PortSpeedTable bitdepth moved under gain by @vondrejPM in #63
New Contributors
- @vondrejPM made their first contribution in #63
Full Changelog: v2.3.1...v2.3.2
v2.3.1
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
pvcmodule - Deprecated
scan_line_time, forwarded calls toprog_scan_line_timeproperty - Added
live_roiproperty wrapping access toPARAM_ROIparameter - Added properties for Smart Streaming feature
- Added Smart Streaming acquisition to
seq_mode.pyexample - Extended
live_mode.pyexample to support color cameras - Added new example for Programmable Scan Mode
Full Changelog: v2.2.4...v2.3.1
v2.2.4
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
pvcmodule - Fixed possible use-after-free of acq. buffer in
pvcmodule, 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_portto be set also by name - Fixed binning properties to support limited binnings with recent cameras
- Added
reset_frame_counterparameter to functions starting acquisition to reset frame counter inpvcmodule - Added
bit_depth_hostproperty that could differ frombit_depthwith some post-processing features - Added
readout_ports,speed_nameandgain_nameproperties - Added
fan_speedandfan_speedsproperties - Deprecated
bin_xandbin_yproperties, forwarded the calls tobinningproperty - Deprecated
speed_table_index, forwarded calls tospeedproperty - Deprecated
meta_data_enabled, forwarded calls tometadata_enabledproperty - Deprecated
abortfunction, forwarded call tofinishfunction - Modernized the packaging to follow PEP 621
- Added support for camera-reported speed and gain names in speed table, extended
port_speed_gain_tabledictionary - Fixed issues: #52, #54
New Contributors
- @collineps made their first contribution in #51
- @fujiisoup made their first contribution in #56
Full Changelog: v2.1.5...v2.2.4