Release 2.0.4 - 29.07.2026 NEW FEATURES C++23 standard now required and used. Ubuntu 26.04 now supported. Support for Python 3.14 added. Python 3.8 and Pypi are no longer supported. OpenCV 5 compatibility verified. BUG FIXES DVXplorer Lite: fixed re-initialization of camera without re-connection required. Python: removed logger function for camera opening in Python, due to how pybind wraps the constructor, a deadlock is possible if the logger is ever triggered during camera object construction, which is very likely. To still allow debugging, camera messages are printed to stderr on Python. Debug level selection is available. Python: add missing generator control functions for DAVIS and DVXplorer.