Search found 2 matches
- 2026-05-06 1:55
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: 我使用的是Luckfox pico Ultra(RV1106),但是使用buildroot系统时要使用到opencv-python和numpy等,但是你们提供的SDK没有opencv-python和numpy等,请问怎么办,我看到好像可以自
- Replies: 2
- Views: 1981
Re: 我使用的是Luckfox pico Ultra(RV1106),但是使用buildroot系统时要使用到opencv-python和numpy等,但是你们提供的SDK没有opencv-python和numpy等,请问怎么办,我看到好
I was struggling with this, and managed to create a Buildroot image with opencv mobile and C++ it is working for me but I had to ditch python. I have a working system with full resolution imaging and feature detection using image processing on opencv-mobile.
- 2026-05-06 1:42
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: How to adjust camera parameters (color saturation, exposure, white balance) on C++ with OpenCV on Pico Ultra W/SC3336
- Replies: 2
- Views: 1802
How to adjust camera parameters (color saturation, exposure, white balance) on C++ with OpenCV on Pico Ultra W/SC3336
I have a working piece of code developed in C++ under Buildroot environment using OpenCV libraries. OK at capturing images from the SC3336 camera into my C++ Code. However I am struggling to detect image features due to very low color saturation. Image is sharp, but color is washed out. Before ...
