Page 2 of 2

Re: [RV1106] How to install a RKNN v6-compatible runtime on the official Luckfox Buildroot (SD image)

Posted: 2026-03-14 2:15
by salieri
olivier wrote: 2025-12-18 12:01 Hi Salieri,
I confirmed that visiong works perfectly (YOLOv11n, camera, NPU, Vigide handshake OK).
The only blocking issue is that DisplayUDP destination IP is hardcoded to 172.32.0.100 in visiong.so.
Even when setting:
DISPLAY_UDP_IP=xxx.xxx.xxx.xxx
DISPLAY_UDP_PORT=xxxx
the runtime still prints:
DisplayUDP initialized, ready to stream to 172.32.0.100:8000
This works only over RNDIS USB, but I need to net my luckfox by ethernet in my box.
Could you please:
Allow overriding the DisplayUDP IP/port via environment variables, or
Expose a Python API like DisplayUDP(ip, port), or
Provide a build of visiong.so where the IP is not hardcoded.
This would make visiong usable over standard Ethernet/Wi-Fi without RNDIS.
Thanks again for your great work
I have open-sourced the visiong library, https://github.com/yiex/visiong/