Releases: AravisProject/aravis
Releases · AravisProject/aravis
Aravis 0.8.14
- debug: fix debug timestamp on older platforms (Emmanuel)
Aravis 0.8.13
- viewer: fix incorrect bandwidth and frame rate computation
Aravis 0.8.12
- usb3vision: initialize stream infos
Aravis 0.8.11
- stream: add an extensible info API (Emmanuel)
- gvstream: improve packet resend request behaviour in case of unordered gvsp
packets (Emmanuel) - gvstream: wait for thread setup during ArvGvStream initialization (Emmanuel)
- gigevision: use MAC as serial number fallback (Emmanuel)
- genicam: fix arv_exposure_mode_to_string (Martin)
- usb3vision: improve error reporting in case of libsub error (Emmanuel)
- usb3vision: automatically detach kernel driver (Emmanuel)
- cameratest: add a test duration parameter (Emmanuel)
- misc: rename internal ArvStatistic to ArvHistogram (Emmanuel)
Aravis 0.8.10
Aravis 0.8.9
- windows: build fix (Emmanuel)
Aravis 0.8.8
The most interesting improvement is a faster finalization of GigEvision device objects.
- gvdevice: faster finalization (Emmanuel)
- arv-camera-test: promote to installed application (Emmanuel)
- applications: fix policy parameter consistency (Emmanuel)
- debug: timestamped and modernized output (Emmanuel)
- genicam: add a range check debug mode (Emmanuel)
- camera: new DeviceSerialNumber getter (Emmanuel)
Aravis 0.8.7
Aravis should now be usable on the Windows platform. This release also fixes some regressions introduced by the aravis 0.8 new (and less forgiving) error handling.
- camera: ignore Acquisitiontart feature setting failure (Emmanuel)
- camera: fix trigger setting for Basler cameras (Casperoo)
- camera: add set_exposure API (Emmanuel)
- gigevision: Windows support (Václav)
- usb3vision: better error packet handling (Emmanuel)
- genicam: allow get/set float from an int node (Emmanuel)
- genicam: allow multiple pIndex property nodes (Emmanuel)
Aravis 0.8.6
This release adds an API for enabling at runtime a range check when setting Integer or Float feature value. It also fixes a regression in arv-fake-gv-camera utility, where it was not possible to set the listening interface anymore.
- camera: handle GainRaw also as a float feature
- camera: add arv_camera_new_with_device()
- camera: ignore error on TriggerSelector and TriggerMode setting in arv_camera_set_trigger()
- gigevision: fail quicker if a device is not found at ArvGvDevice instantiation
- fakegvcamera: fix interface selection
- genicam: implement optional range check for integer and float node values, as a runtime option
- genicam: fix min/max computation for StructEntry and MaskedIntReg nodes
- gstplugin: don't fail camera init if gain or exposure features are not available
Aravis 0.8.5
The macOS build is now back under Travis continuous integration, and hopefully it will not break again.