Search found 6 matches

by sstepane
2026-03-11 12:24
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Mini and SC3336 - stream flashing issue
Replies: 9
Views: 5873

Re: Pico Mini and SC3336 - stream flashing issue

I think I have found where to fix it.
It's needed to change rkipc.ini file (which is original rkipc-300w.ini on luckfox pico pro/max) and respectively camera json file, which is sc3336_CMK-OT2119-PC1_30IRC-F16.json in my case (for sc3336 module).
1. rkipc change is for
- make sure enable_aiq = 1 ...
by sstepane
2026-03-09 23:49
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Mini and SC3336 - stream flashing issue
Replies: 9
Views: 5873

Re: Pico Mini and SC3336 - stream flashing issue

Hello,

Trying to dig a little bit deeper on the issue.
It looks like rkipc has controls (config options) for use rkaiq and camera config has overexposure control switched off. I've not yet tested all combinations (inconclusive yet) but it looks like rkipc does not use rkaiq. Or not at full extent ...
by sstepane
2026-03-07 15:30
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Mini and SC3336 - stream flashing issue
Replies: 9
Views: 5873

Re: Pico Mini and SC3336 - stream flashing issue

I'm also interested in this topic for the same issue (even though with pico max board).
As far as I understood - by default the board fires up rkipc, but not rkaiq (which is supposed to do stuff configured for this camera with iq files). And now is the question - is there a way to configure default ...
by sstepane
2025-08-31 10:23
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Pro/Max - powering with usb camera connected
Replies: 1
Views: 799

Pico Pro/Max - powering with usb camera connected

Hi,

I would like toi clarify - is it safe to provide power onlu to VBUS pin when usb camera connected to usb-c port?
Should I also power VSYS (and how, if it is required). Given that VBUS pin as supplied with 5V/2A DC.
Should I use injection for VBUS via diode while powering VSYS?
by sstepane
2025-08-21 12:21
Forum: Luckfox Pico-RV1103/RV1106
Topic: RV1106, USB Cam (YUYV) -> Hardware encoder (264) ->RTSP possible?
Replies: 3
Views: 1101

Re: RV1106, USB Cam (YUYV) -> Hardware encoder (264) ->RTSP possible?

Hi,

Thank you for the reply.
Could you please tell me, if VENC support YUYV as a source?
Like this:
h264_frame.stVFrame.enPixelFormat = RK_FMT_YUV422_YUYV; // YUV
//h264_frame.stVFrame.enPixelFormat = RK_FMT_RGB888; // RGB
When I feed it with RGB data - it works.
If I try to feed it YUV422 (usb ...
by sstepane
2025-08-16 17:19
Forum: Luckfox Pico-RV1103/RV1106
Topic: RV1106, USB Cam (YUYV) -> Hardware encoder (264) ->RTSP possible?
Replies: 3
Views: 1101

RV1106, USB Cam (YUYV) -> Hardware encoder (264) ->RTSP possible?

Hi,

I'm digging through documentation/configuration/sdk and yet not figured out the best way to stream from USB connected camera (YUYV space) via Rockchip hardware encoder to rtsp.
ffmpeg does not see hardware encoder (hantro/vpu) or could not use it. Which way should I dig? RK examples are ...