Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

luckfox-eng29/luckfox_pico_rtsp_opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

NOTE

本工程适用于 Kernel-5.10.110 版本的 luckfox-pico SDK,目前本仓库不再维护迁移到 https://github.com/LuckfoxTECH/luckfox_pico_rkmpi_example.

This project is suitable for the luckfox-pico SDK based on Kernel version 5.10.110. The current repository is no longer maintained. Please migrate to https://github.com/LuckfoxTECH/luckfox_pico_rkmpi_example.

Read this in other languages: English, 中文.

luck_pico_rtsp_opencv

Test luckfox-pico using opencv-mobile to add FPS to the top left corner of the captured image from the camera and stream it via RTSP.

Development Environment

  • luckfox-pico SDK

Compilation

export LUCKFOX_SDK_PATH=<Your Luckfox-pico SDK Path>
mkdir build
cd build
cmake ..
make && make install

Execution

Upload the compiled luckfox_rtsp_opencv_demo/luckfox_rtsp_opencv to luckfox-pico, navigate to the folder, and run:

./luckfox_rtsp_opencv

Use VLC to open the network stream rtsp://172.32.0.93/live/0 (replace the IP address with the actual one to fetch the image). Note: Before running, please close the default system rkipc program by executing RkLunch-stop.sh.

Try lowering the streaming resolution on luckfox-pico/mini/plus to see the program running while preserving the format.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages