diff --git a/README.md b/README.md index e437bf3..f6eef7c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Vision Components MIPI CSI-2 driver for Toradex Apalis i.MX8 ![VC MIPI camera](https://www.vision-components.com/fileadmin/external/documentation/hardware/VC_MIPI_Camera_Module/VC_MIPI_Camera_Module_Hardware_Operating_Manual-Dateien/mipi_sensor_front_back.png) -## Version 0.5.0 ([History](VERSION.md)) +## Version 0.5.1 ([History](VERSION.md)) * Supported system on modules * [Toradex Apalis iMX8](https://www.toradex.com/de/computer-on-modules/apalis-arm-family/nxp-imx-8) * Supported carrier boards diff --git a/VERSION.md b/VERSION.md index 280a4cf..3c5bf3e 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,5 +1,10 @@ # Version History +## v0.5.1 (BugFix) + * BugFixes + * Bugfix in mipi_csi2_s_stream. The system hung on stream start when stream was stopped twice before. This was especially the case when using + ```v4l2-ctl --stream-mmap --stream-count=1```. + ## v0.5.0 (V4L2 controls) * New Features * Trigger mode '0: disabled', '1: external', '2: pulsewidth', '3: self', '4: single', '5: sync', '6: stream_edge', '7: stream_level' can be set via V4L2 control 'trigger_mode'