Skip to content

Releases: nvidia-holoscan/holoscan-sensor-bridge

2.7.0

Choose a tag to compare

@p-ogrady p-ogrady released this 17 Jul 04:13
2.7.0
1df133d
  • hololink_module Support for applications to dynamically adapt to different HSB
    devices and HSB-IP versions, without recompiling. Support for this uses new APIs for
    applications and for hololink_module device drivers. See the user guide pages
    "Hololink Module Applications" and "Hololink Module Devices" for details. Examples
    using this new approach are available in the examples directory: look for those with
    the word "module" in the filename.
  • Emulator Unified Linux/MCU emulators under single emulator HAL for application
    development and include templated targets for extending to other MCU hardware.
    Vb1940Emulator now supports calibration data storage via simulated I2C EEPROM.
  • MIPI CPNX Reference Design using the Tauro Technologies DA326 Holoscan GMSL
    adapter and the Leopard Hawk camera.
  • FusaCoeCapture can now be used with non image-formatted data.
  • I2S audio for audio recording and playback; see examples/audio_recorder.py and
    examples/audio_player.py
  • AI Skills for assisting in device and host setup; see the skills directory.
  • User guide is updated for consistency with HSDK.

2.6.0

Choose a tag to compare

@jbondenv jbondenv released this 04 Jun 02:11
2.6.0
f54091b

Holoscan Sensor Bridge 2.6.0 update includes

  • Jetpack 7.2 support for AGX Orin and AGX Thor including updates to SIPL (Thor) and Argus (Orin) frameworks
  • Update HSDK support to 4.2.0
  • hsb_flasher tool for firmware setup
  • CoE Offload support on AGX Thor: SIPLCaptureService for HSBs running sensors at heterogeneous frame rates. More generic sensor frame/non-image layout support in FusaCoeCapture operator
  • SubFrameVisualizerOp to improve support for sub-frame processing
  • Added x86 Linux RoCE setup support
  • Added Agentic AI skills directory for workflows or setup involving HSB
  • ComputeCrcOp and CheckCrcOp using nvCOMP to compute the CRC-32 of the received data frame.
  • UART API controls for HSB units that support a corresponding UART block; APIs are added for control. See examples/uart_dual_board_loopback.py for details.
  • HSB emulator code supporting an STM32F767ZI MCU to emulate the HSB IP block

2.5.0

Choose a tag to compare

@p-ogrady p-ogrady released this 11 Dec 16:23
2.5.0
903f3db

Holoscan Sensor Bridge 2.5.0 update includes

  • Holoscan SDK update to 3.9
  • Support for Thor configurations running JetPack 7.0
  • Control plane read and write transaction optimization
  • I2C timeouts can be extended
  • LinuxReceiverOp implementation in C++

This release relies on HSB IP version 2510. The user guide is available here; see RELEASE_NOTES.md file for more details.

2.3.1

Choose a tag to compare

@p-ogrady p-ogrady released this 15 Sep 17:50
4307386

Documentation is updated to support Thor devices running JP7.0.

2.3.0

Choose a tag to compare

@p-ogrady p-ogrady released this 23 Aug 18:50
2.3.0
1b3e1b2

Update for Holoscan Sensor Bridge, 2.3.0, including

The user guide is available here; see the RELEASE_NOTES.md file for details.

2.2.1

Choose a tag to compare

@p-ogrady p-ogrady released this 11 Aug 20:36
1a2fe06

Release 2.2.1 fixes some bugs in 2.2.0:

  • programming manifest for Lattice HSB-Lite now uses publicly visible URLs for FPGA bit images
  • "polarfire_esb.py --force --program" now works as expected on 2412 configurations

Additionally, Microchip MPF200-based IMX477 configuration support is included.

Reviewing functionality included with Holoscan Sensor Bridge 2.2.0:

  • Holoscan SDK update to 3.3
  • C++ tools and utilities, supporting deployments without the python runtime
  • Synchronized I2C transactions -- IMX274 shows a demonstration where camera settings can be set during the blanking interval
  • Support for Leopard Eagle VB1940 cameras and IMU; E-con IMX715 and ECam0M30ToF depth sensors
  • P1722B COE data plane support with CPU RDMA emulation

This release depends on the FPGA with IP version 2507.

The user guide is available here; see the RELEASE_NOTES.md file for details.

2.2.0

Choose a tag to compare

@p-ogrady p-ogrady released this 07 Aug 19:50
c71fd48

Update for Holoscan Sensor Bridge, 2.2.0, including

  • Holoscan SDK update to 3.3
  • C++ tools and utilities, supporting deployments without the python runtime
  • Synchronized I2C transactions -- IMX274 shows a demonstration where camera settings can be set during the blanking interval
  • Support for Leopard Eagle VB1940 cameras and IMU; E-con IMX715 and ECam0M30ToF depth sensors
  • P1722B COE data plane support with CPU RDMA emulation

This release depends on the FPGA with IP version 2507.

The user guide is available here; see the RELEASE_NOTES.md file for details.

2.0.0

Choose a tag to compare

@p-ogrady p-ogrady released this 04 Feb 19:43
08f41bb

Update for Holoscan Sensor Bridge to 2.0, including

  • Updates for safety and reliability, including CRC of the received data frame
  • Support for multiple sensors on the same network interface
  • Specific tools for measuring performance and latency, using PTP timestamps
    and more.

For more information, see

Full Changelog: 1.1.1...2.0.0

1.1.1

Choose a tag to compare

@p-ogrady p-ogrady released this 13 Nov 22:43
68c9101

Minor update including

  • Support for Microchip IMX477 connected vi MPF200 boards
  • Documentation
  • Removal of useless warning messages from docker builds

Full Changelog: 1.1.0...1.1.1

HSB 1.1 with support for C++.

Choose a tag to compare

@p-ogrady p-ogrady released this 15 Aug 15:39
1.1.0
31d6d39

Update for Holoscan Sensor Bridge to 1.1, which includes

  • C++ implementation for most framework objects
  • Updated to work with Holoscan SDK 2.3
  • Hardware image signal processing, for iGPU configurations
  • PTP timestamps are included with received data
  • Support for GPIOs

For details, please see the release notes. Documentation for the 1.1 release is available here. For more information about Holoscan applications, see here. For more information about Holoscan Sensor Bridge boards, see Holoscan Sensor Bridge.