您好!
问题1:多次使用 SDK 通过BUILDROOT 配 OPCNCV+NUMPYT 不成功请问您们这边有没有相关的教程和参考的内容?
[root@luckfox root]# python
Python 3.11.6 (main, Jan 8 2026, 15:54:06) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Segmentation fault (core dumped)
[root@luckfox root]# python
Python 3.11.6 (main, Jan 8 2026, 15:54:06) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
Segmentation fault (core dumped)
[root@luckfox root]#
问题2:您们相关的RKNN 例程,如果使用SC3336 摄像头的,是否必须用到OPENCV?
问题3:如果我在BUILDROOT 中 配 OPENCV 和 NUMPY 不成功的话,我能否在 PC 端 UBUNTU 下载 OPENCV 和 NUMPY 编译,并将相关的文件拷入LUCKFOX 开发板而无需再在 BUILDROOT 中编译?
感谢您们的耐心帮助!