Search found 13 matches

by RogerTheFox
2025-10-27 13:49
Forum: Luckfox Pico-RV1103/RV1106
Topic: Adjusting image sensitivity and Contrast
Replies: 4
Views: 1077

Re: Adjusting image sensitivity and Contrast

Thank you that worked. I am just going to summarise the issue now for others:

When I started using the SC3336 camera on the Pico Ultra outdoors and notice the image is very washed out. I started to search for a way to adjust the contrast or sensitivity.

I tried the following:

v4l2-ctl --device ...
by RogerTheFox
2025-10-20 19:42
Forum: Luckfox Pico-RV1103/RV1106
Topic: Adjusting image sensitivity and Contrast
Replies: 4
Views: 1077

Re: Adjusting image sensitivity and Contrast

Thank you,
I tried the following:

v4l2-ctl --device=/dev/video15 --list-ctrls

It produces:

Image Processing Controls: pixel_rate 0x009f0902 (int64) : min=0 max=1000000000 step=1 default=1000000000 value=102000000 flags=read-only, volatile

which does not look like what I am looking for.
I ...
by RogerTheFox
2025-10-19 13:50
Forum: Luckfox Pico-RV1103/RV1106
Topic: Adjusting image sensitivity and Contrast
Replies: 4
Views: 1077

Adjusting image sensitivity and Contrast

I have started using the SC3336 camera on the Pico Ultra outdoors and notice the image is very washed out. Is there a way to adjust the contrast or sensitivity? I am running the buildroot build and streaming from the default RTSP setup.
by RogerTheFox
2025-10-03 18:37
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to restart Streaming
Replies: 1
Views: 847

How to restart Streaming

I have a buildroot based image from which I can successfully stream.
On boot up RkLunch.sh runs and I can connect with VLC on: rtsp://192.168.1.206/live/0


I can then stop the streaming service with RkLunch-stop.sh:

RkLunch-stop.sh
Stop Application ...
killall: udhcpc: no process killed
rkipc ...
by RogerTheFox
2025-07-20 12:43
Forum: Luckfox Pico-RV1103/RV1106
Topic: Simple OpenCV example
Replies: 5
Views: 1470

Re: Simple OpenCV example

I compiled again, made sure I ran RkLunch-stop.sh and can confirm the example worked. Thank you.
by RogerTheFox
2025-07-18 14:45
Forum: Luckfox Pico-RV1103/RV1106
Topic: Simple OpenCV example
Replies: 5
Views: 1470

Re: Simple OpenCV example

I ran RKlunch-stop.sh before running the code

lsmod
Module Size Used by Tainted: G
aic8800_btlpm 1719 0
aic8800_fdrv 285463 0
aic8800_bsp 53767 2 aic8800_btlpm,aic8800_fdrv
aes_generic 24532 0
ccm 6847 0
ctr 2606 0
libarc4 799 0
pwm_bl 4629 0
cfg80211 168973 1 aic8800_fdrv
rve 23436 0
rockit ...
by RogerTheFox
2025-07-18 10:12
Forum: Luckfox Pico-RV1103/RV1106
Topic: Simple OpenCV example
Replies: 5
Views: 1470

Re: Simple OpenCV example

Thank you for the reply.
I tried that example and it does not work on the Pico Ultra.


./opencv-mobile-test
opencv-mobile MIPI CSI camera with v4l2 rkaiq
opencv-mobile HW JPG encoder with rk mpp
Still Image Capture Example..
devpath = /dev/video11
driver = rkisp_v7
card = rkisp_mainpath
bus ...
by RogerTheFox
2025-06-29 10:02
Forum: Luckfox Pico-RV1103/RV1106
Topic: Clarifying what does and doesn't work on the LuckFox Pico Ultra
Replies: 3
Views: 2029

Clarifying what does and doesn't work on the LuckFox Pico Ultra

Hi,

I am trying to understand what does and doesn't work on the Pico Ultra.

The SDK I am using is here: https://github.com/LuckfoxTECH/luckfox-pico.git

What does not work
1. Enabling OpenCV in the buildroot build. - It appears this version of openCV is not compatible with the board. I cannot ...
by RogerTheFox
2025-06-28 8:58
Forum: Luckfox Pico-RV1103/RV1106
Topic: Simple OpenCV example
Replies: 5
Views: 1470

Simple OpenCV example

Hi,

I am looking for a simple example that allows me to capture a still image with the camera on my Luckfox Pico Ultra either using opencv or some other alternative.
I am familiar with the examples at https://github.com/LuckfoxTECH/luckfox_pico_rknn_example/tree/kernel-5.10.160
But I am looking for ...