Search found 5 matches

by qhuyduong
2025-02-20 3:19
Forum: LuckFox Pico
Topic: Core1106 dual cam support
Replies: 11
Views: 964

Re: Core1106 dual cam support

The rkaiq_3A_server is a part of the Rockit library, but it has been separated. Theoretically, any process running related to RKISP will implement the functionality of rkaiq_3A_server (not necessarily by directly calling rkaiq_3A_server). Currently, it seems that the 3A functionality in the sample ...
by qhuyduong
2025-02-19 8:50
Forum: LuckFox Pico
Topic: Core1106 dual cam support
Replies: 11
Views: 964

Re: Core1106 dual cam support

Hello,

I just found out that If I run rkaiq_3A_server, the issue is solved.
Is this rkaiq_3A_server mandatory for dual cam?
by qhuyduong
2025-02-18 6:53
Forum: LuckFox Pico
Topic: Core1106 dual cam support
Replies: 11
Views: 964

Re: Core1106 dual cam support

Judging from the information you provided, there is no problem, if the dual camera calls the ISP at the same time, the RKISP will take over the CIF stream processing, and the way to read the image using v4l2-ctl is not feasible, to get the raw image still needs to call rockchip's API and execute th...
by qhuyduong
2025-02-18 4:17
Forum: LuckFox Pico
Topic: Core1106 dual cam support
Replies: 11
Views: 964

Re: Core1106 dual cam support

Hello, please attach the device tree file and boot logs you are using, and make sure that your camera is ready to use in a single-camera configuration, the node of v4l2-ctl --list-devices can only confirm that rkisp is working properly and the node is assigned Here is the device tree configuration ...
by qhuyduong
2025-02-14 9:47
Forum: LuckFox Pico
Topic: Core1106 dual cam support
Replies: 11
Views: 964

Re: Core1106 dual cam support

Hello, the DTS configuration of the dual camera can refer to the configuration of <Luckfox Pico SDK>/sysdrv/source/kernel/arch/arm/boot/dts/rv1106-evb-dual-cam.dtsi , According to the ISP documentation, the resolution of each camera is supported up to 1920x1080 when using the dual camera and the fr...