Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Application that decodes an RTP Video Stream and displays it on screen, for Rockchip devices.

License

NotificationsYou must be signed in to change notification settings

Pi-Boss/FPVue_rk

 
 

Repository files navigation

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 theRockchip 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.gitcmake -B buildsudo 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 buildsudo cmake --build build --target installbuild/fpvue

Build and run application for debugging purposes:

cmake -B build -DCMAKE_BUILD_TYPE=Debugcmake --build buildbuild/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.

About

Application that decodes an RTP Video Stream and displays it on screen, for Rockchip devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C98.2%
  • C++1.7%
  • CMake0.1%

[8]ページ先頭

©2009-2025 Movatter.jp