本工程适用于 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, 中文.
Test the usage of luckfox-pico plus for adding FPS in the top-left corner of the camera-captured image using OpenCV-mobile and streaming via RTSP.
- luckfox-pico SDK
export LUCKFOX_SDK_PATH=<Your Luckfox-pico SDK Path>
mkdir build
cd build
cmake ..
make && make install
Upload the compiled luckfox_rtsp_opencv_demo/luckfox_rtsp_opencv
to luckfox-pico, navigate to the folder, and run:
./luckfox_rtsp_opencv
Open the RTSP stream using VLC via rtsp://172.32.0.93/live/0 (modify the IP address according to your actual situation).
Note: Before running, please close the default system rkipc program by executing RkLunch-stop.sh
.