Search found 41 matches

by Infitechlab1
2026-04-27 9:56
Forum: Luckfox Pico-RV1103/RV1106
Topic: RV1106 AOV: photo capture fails after ~50 sleep/wake cycles (mpp_vcodec errno 14 Bad address) + wake→capture latency >20
Replies: 1
Views: 1366

RV1106 AOV: photo capture fails after ~50 sleep/wake cycles (mpp_vcodec errno 14 Bad address) + wake→capture latency >20

We are developing a battery‑powered wildlife camera based on RV1106 running Linux 5.10 with RKADK (Rockchip media framework). The device uses AOV (Always‑On‑Video) sleep/wake – it suspends to RAM (mem) and wakes on PIR or RTC.

Two issues:

1.Capture failure after many sleep/wake cycles
After ...
by Infitechlab1
2026-04-10 4:30
Forum: Luckfox Pico-RV1103/RV1106
Topic: Reduce boot time upto 150ms using threadx rtos in luckfox pico pi a w RV1106g3 Board.
Replies: 1
Views: 547

Reduce boot time upto 150ms using threadx rtos in luckfox pico pi a w RV1106g3 Board.

Is it possible to reduce the boot time to around 150 ms using ThreadX RTOS on the Luckfox Pico Pi A W (RV1106G3)?
Does the platform support booting directly with ThreadX RTOS for this purpose?
by Infitechlab1
2026-04-09 12:36
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Pi A W RV1106G3: Photo capture in 200ms after PIR trigger? (12V 1A supply)
Replies: 3
Views: 1509

Re: Pico Pi A W RV1106G3: Photo capture in 200ms after PIR trigger? (12V 1A supply)

Currently, we are using AOV (Always-On Vision) mode, which gives us a boot time of about 6–8 seconds.
In sleep mode, the board consumes approximately 0.3 W.

Our target is to reduce the sleep-mode power consumption to below 0.2 W.

Any suggestions or recommended configurations to achieve lower power ...
by Infitechlab1
2026-04-09 12:04
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to access SD Card and eMMC via USB on Luckfox Pico Pi A W (RV1106G3) in Host Mode?
Replies: 1
Views: 493

How to access SD Card and eMMC via USB on Luckfox Pico Pi A W (RV1106G3) in Host Mode?

I am using the Luckfox Pico Pi A W (RV1106G3) board and would like to know if it is possible to access the board’s internal eMMC and external microSD card from a PC through USB.

My goal is for the board(in host mode) to appear as a USB Mass Storage device when connected to a computer.

Is this ...
by Infitechlab1
2026-04-02 11:52
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Pi A W RV1106G3: Photo capture in 200ms after PIR trigger? (12V 1A supply)
Replies: 3
Views: 1509

Pico Pi A W RV1106G3: Photo capture in 200ms after PIR trigger? (12V 1A supply)

Current Flow:
MCU(PIR trigger) → 5V_ON → Pico Pi A W boots → MIS5001 photo → SD card → 5V_OFF → MCU sleep

GOAL: PHOTO CAPTURE within 200ms from PIR detect
t=0ms: PIR motion detected
t=50ms: Pico Pi A W 5V enabled, booting
t=200ms: Photo captured + SD stored

Hardware:
- Luckfox Pico Pi A W ...
by Infitechlab1
2025-12-27 11:28
Forum: Luckfox Pico-RV1103/RV1106
Topic: RTC Alarm trigger wakeup
Replies: 10
Views: 5364

Re: RTC Alarm trigger wakeup

Hello,

Could you please provide an update regarding the internal board RTC wake-up alarm trigger?

Thank you.
by Infitechlab1
2025-12-04 9:20
Forum: Luckfox Pico-RV1103/RV1106
Topic: Images Capture Only Once on Trigger (Luckfox Pico Pi A W / Rockchip ISP)
Replies: 1
Views: 15635

Images Capture Only Once on Trigger (Luckfox Pico Pi A W / Rockchip ISP)

Hello everyone,

I’m facing an issue with my camera trigger-based image capture on the Luckfox board. I am able to capture one original image and thumbnail image correctly on the first trigger, but after that, no additional images are captured on subsequent triggers.

I have attached my code snippet ...
by Infitechlab1
2025-10-28 12:26
Forum: Luckfox Pico-RV1103/RV1106
Topic: Help required for running a custom object detection model into pico pi board
Replies: 21
Views: 14044

Re: Help required for running a custom object detection model into pico pi board

You mean, in your model, you are not printing the object lable in the terminal? The resion i am looking at terminal rather than VLC is in some on the cases I tested the VLC, which was unable to stream. Apart from that in the postprocess.h where the BOX and NMS threshold is given, when I tried to ...