Search found 15 matches
- 2024-01-31 9:08
- Forum: LuckFox Pico
- Topic: object detect on external rtsp feed pic max
- Replies: 2
- Views: 1576
Re: object detect on external rtsp feed pic max
Hi Guys Hope this helps other people. I have managed to get an rtsp stream on my pico MAX using the following. The next step is to add the RKNN infering but I dont have enough C skills so if anyone can build on this or add, please go ahead. I could be wrong but this is the closest i have come so far...
- 2024-01-30 12:23
- Forum: LuckFox Pico
- Topic: Writing an app using buildroot
- Replies: 11
- Views: 4160
Re: Writing an app using buildroot
Ok Sorted. For anybody else . its important where you put the includes. Heres mine for example cmake_minimum_required(VERSION 3.4.1) project(rknn_yolov5_demo) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wl,--allow-shlib-undefined") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wl,--all...
- 2024-01-30 11:46
- Forum: LuckFox Pico
- Topic: Writing an app using buildroot
- Replies: 11
- Views: 4160
Re: Writing an app using buildroot
Thanks I get this error still. How did you guys include the curl. I have added it in my buildroot and can see curl libary in the include directory. RV1106_RV1103/rknn_yolov5_demo/src/main.cc:32:10: fatal error: curl/curl.h: No such file or directory #include <curl/curl.h> My Bad.. my path was wrong....
- 2024-01-29 14:55
- Forum: LuckFox Pico
- Topic: Writing an app using buildroot
- Replies: 11
- Views: 4160
Re: Writing an app using buildroot
Thank you for this . How would you put this in a CMakeLists.txt file. I want to use curl with the RKNN model tutorial
- 2024-01-25 14:10
- Forum: LuckFox Pico
- Topic: object detect on external rtsp feed pic max
- Replies: 2
- Views: 1576
object detect on external rtsp feed pic max
Hi All I need a bit of help . I want to infer an external rtsp stream using yolo5 on my pico max. What i have at the moment is use the RKNN Model Inference Test and ffmpeg to grab images and put on the sd card. My problem is that it is very slow and only infers ever second and i would like to get to...
- 2024-01-24 13:19
- Forum: LuckFox Pico
- Topic: How to use the CSI camera and YoloV5 in Python
- Replies: 8
- Views: 2815
Re: How to use the CSI camera and YoloV5 in Python
I have the same problem . Opencv does not give very many examples and I cant get this to work. What i have had a bit of success with is using ffmpeg saving frames and then running inference on the frames but it still misses frames. Sometime I wish the docs where better. Thank you for the fast respon...
- 2024-01-22 19:01
- Forum: LuckFox Pico
- Topic: RKNN Model Inference example not working Memory error
- Replies: 9
- Views: 2487
Re: RKNN Model Inference example not working Memory error
Wow! thank you . That worked. Can you explain Why that worked. I thought that
RK_BOOTARGS_CMA_SIZE was only for the camera
Many Many thanks
Robby
RK_BOOTARGS_CMA_SIZE was only for the camera
Many Many thanks
Robby
- 2024-01-21 16:15
- Forum: LuckFox Pico
- Topic: RKNN Model Inference example not working Memory error
- Replies: 9
- Views: 2487
Re: RKNN Model Inference example not working Memory error
Luckfox-pico MAX Linux 22.04 Offiicial SDK I am using a MAX and if I use the official firmware, build and run the RKNN Model, everything works. If i use Buildroot and build my own firmware(only adding one python module) then RKNN Model does not work. ( https://wiki.luckfox.com/Luckfox-Pico/Luckfox-P...
- 2024-01-19 13:51
- Forum: LuckFox Pico
- Topic: RKNN Model Inference example not working Memory error
- Replies: 9
- Views: 2487
Re: RKNN Model Inference example not working Memory error
Humm .. Got it down to as low as possible and I still have this problem. Im not sure now if i am missing Lib or something
- 2024-01-19 10:58
- Forum: LuckFox Pico
- Topic: AlpineLinux.zip - Cant download
- Replies: 2
- Views: 1069
Re: AlpineLinux.zip - Cant download
Thank you fo that . Done