Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GStreamer Plugins for Ara240

This repository contains GStreamer plugins designed for the Ara240 DNPU, providing multimedia processing capabilities for vision applications.

License

This repository is licensed under the LGPL-2.1-or-later License.

Build

  1. Install dependencies: libara_vision_inference.so and libaraclient_aarch64.so present in rt-sdk-ara2
  2. SDK path: ARA_SDK path
  3. Include dependencies: ara_vision_inference_api.h present in rt-sdk-ara2
  4. Toolchain: Be sure you are using the Whinlatter toolchain as is the toolchaine for Q2 Release!

Build steps:

mkdir build
cd build

source /path/to/6.18-whinlatter/environment-setup-armv8a-poky-linux

cmake -DCMAKE_BUILD_TYPE="Release"  -DINSTALL_ARA_LIBS="OFF" -DKINARA_SDK_ROOT="/path/to/rt-sdk-ara2" -DARA_SDK_LIB_DIR="/path/to/ara-sdk-lib-dir" -DARA_SDK_INCLUDE_DIR="/path/to/ara-sdk-include-dir" ..

make -j$(nproc)

🧰 Required Hardware


💻 Required Software

About

GStreamer plugins that enable hardware-accelerated AI inference for YOLO-based models using the Ara240 DNPU within multimedia pipelines on i.MX embedded platforms.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages