Skip to content

Releases: TexasInstruments/edgeai-gst-plugins

v0.8.0

22 Dec 15:47
Compare
Choose a tag to compare

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

21 Oct 09:02
Compare
Choose a tag to compare

Features

  • Bug fixes and cleanup
  • LDC plugin can be used without needing DCC file

v0.7.1

15 Sep 09:25
Compare
Choose a tag to compare

This is patch release on top of v0.7.1
to fix a memory leak when adding tiovx meta to buffers

v0.7.0

30 Aug 19:19
Compare
Choose a tag to compare

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

21 Apr 22:00
Compare
Choose a tag to compare

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

12 Jan 20:55
Compare
Choose a tag to compare

Bug Fixes:

  • Fix duplicate frame after EOS on miso class
  • Fix memory size validation on larger buffers' copy

Miscellaneous:

  • Standardize docker compilation instructions

v0.5.2

05 Jan 15:11
Compare
Choose a tag to compare

Release notes:

  • Add support for PSDK RTOS 8.1

v0.5.1-rc

15 Dec 20:54
Compare
Choose a tag to compare
v0.5.1-rc Pre-release
Pre-release

Bug Fixes:

  • Fix caps negotiation error for non-batched processing.

v0.5.0-rc

10 Dec 19:55
Compare
Choose a tag to compare
v0.5.0-rc Pre-release
Pre-release

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

09 Nov 18:11
Compare
Choose a tag to compare

Release notes

Fixes:

  • Rollback integration of the 2A library for the AE/AWB to the GstTIOVXISP element to sync up with current PSDK release.