Releases: TexasInstruments/edgeai-gst-plugins
Releases · TexasInstruments/edgeai-gst-plugins
v0.8.0
Features:
- tidlinferer - Deep Learning inferer for TI SoCs, supports TVM, TFLite and ONNX runtimes
- tidlpostproc - Post process plugin to consume DL inferer output and overlay results on input NV12 image
- tiperfoverlay - Overlays CPU core loading, DDR BW and FPS stats on the input NV12 image
- Add support to attach sensor embedded data as gst meta to tiovxisp output buffers
Bug Fixes
- Fix the caps negotiation in mosaic and colorconvert plugins to compare only necessary fields
v0.7.2
v0.7.1
This is patch release on top of v0.7.1
to fix a memory leak when adding tiovx meta to buffers
v0.7.0
Features:
- tiovxdof - Dense optical flow
- tiovxdofviz - Visualize the DOF output
- tiovxsde - Stereo Disparity
- tiovxsdeviz - Visualize the SDE output
- tiovxdelay - Add delay in the pipeline
- tiovxmemalloc - Provides tiovx buffer pool for upstream elements
- Add support for multiple SOC targets
v0.6.0
Features:
- Add ISP multichannel support
- Add support for pyramid element
- Add support for delay element
- Add imx390 camera support on ISP element
- Implement accelerated tiovxdlcolorconvert element
Bug Fixes:
- Improve mux caps negotiation
- Fix multiscaler framerate negotiation
- Fix unit test errors
v0.5.3
v0.5.2
Release notes:
- Add support for PSDK RTOS 8.1
v0.5.1-rc
v0.5.0-rc
Features:
- Add support to integrate the TI_2A library sensor feedback through IOCTL calls
- Support background as a property in addition to a pad
- Add multichannel support to the plugin elements
Bug Fixes:
- Fix segfault when an incorrect blocksize is used as in a filesink for a TIOXV element input.
Known Limitations:
- ISP AE only correctly supports v4l2src input from an IMX219 with a resolution of 1080p@30fps
- ISP currently only supports a single channel
- Possible race condition if a buffer from before a TIOVXMux is tee'd off and overwritten in place by another non-TIOVX element.
Miscellaneous:
- Add unit tests for the ISP
- Removed some unneeded properties from the TIVOXIsp
v0.4.1
Release notes
Fixes:
- Rollback integration of the 2A library for the AE/AWB to the GstTIOVXISP element to sync up with current PSDK release.