Coder Social home page Coder Social logo

fpvue_rk's Introduction

FPVue_rk

Important

August 2024: Unfortunately, this repository is now in an unmaintained state. I don't have the time to maitain it like I would like to and there was not enough interest from external developers to contribute to it. Feel free to fork it and take over but for now it will stay as is.

WFB-ng client (Video Decoder) for Rockchip platform powered by the Rockchip MPP library. It also displays a simple cairo based OSD that shows the bandwidth, decoding latency, and framerate of the decoded video, and wfb-ng link statistics.

Tested on RK3566 (Radxa Zero 3W) and RK3588s (Orange Pi 5).

Compilation

Build on the Rockchip linux system directly.

Install dependencies

  • rockchip_mpp
git clone https://github.com/rockchip-linux/mpp.git
cmake -B build
sudo cmake --build build --target install
  • drm, cairo
sudo apt install libdrm-dev libcairo-dev
  • gstreamer
sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev

Build Instructions

Build and run application in production environment:

cmake -B build
sudo cmake --build build --target install
build/fpvue

Build and run application for debugging purposes:

cmake -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build
build/fpvue --osd

Usage

Show command line options:

fpvue --help

Known issues

  1. Video is cropped when the fpv feed resolution is bigger than the screen mode.
  2. Crashes when video feed resolution is higher than the screen resolution.

fpvue_rk's People

Contributors

gehee avatar mariofpvdev avatar widgetii avatar

Stargazers

Maxim Krentovskiy avatar  avatar Yevhenii Shcherbyna avatar HuangCanming avatar  avatar JohhnGoblin avatar  avatar CC avatar Dinesh Manajipet avatar  avatar  avatar Kieran Coldron avatar  avatar  avatar Andrey Akimov avatar Huang jinlong avatar kerr avatar  avatar Rocky avatar Roman Lut avatar Gen Pad avatar  avatar

Watchers

Rocky avatar  avatar  avatar

fpvue_rk's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.