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

  • Hello, regarding your questions, here are our replies:

    1 We have not verified whether OpenCV in Buildroot works properly on the Luckfox Pico. For related porting efforts, we suggest referring to discussions by other users in the forums. On resource-constrained platforms like the RV1103/RV1106, we generally recommend using the lightweight version, OpenCV-Mobile.
    2 The rknn-toolkit2-lite only provides a Python package for aarch64 and does not include an arm32 version suitable for RV1103/RV1106. At present, we have not found any examples of using rknn-toolkit2-lite on the RV1103/RV1106 platform. Therefore, I assume that the term "Supported Platform" likely refers to platforms supported by rknn-toolkit2, rather than those compatible with rknn-toolkit2-lite.
    Please note that we do not participate in the development or maintenance of rknn-toolkit2 or rknn-toolkit2-lite.For more information, please raise an issue in the corresponding GitHub repository.
    3 The https://github.com/LuckfoxTECH/luckfox_ ... pi_example project uses OpenCV-Mobile. For usage details, please refer to https://github.com/nihui/opencv-mobile.
    4 Same as point 2 — we are not involved in the development or maintenance of rknn-toolkit2, and therefore cannot provide support for related issues.
    5 The Luckfox Pico Ultra is a development board based on the RV1106. The examples in luckflox-pico/media/samples/example also support the Luckfox Pico Ultra.