在picoplus上编译opencv及opencv_contrib时遇到报错

  • 1.我注意到CMakeList似乎有些不同,用教程中提供的是否可行?
    2.运行程序前是否已经释放摄像头资源:killall rkipc
    3.使用的摄像头是SC3336 3MP Camera么
    4.执行 cat /proc/device-tree/model,输出是否是 Luckfox Pico Plus
  • ①cmake除注释外并无区别
    ②摄像头为该型号
    ③killall rkipc后仍然报错
    ④cat /proc/device-tree/model输出为Luckfox Pico Plus
  • 另外,我是用的opencv版本为4.9.0,问题可能出在这吗
  • 先用这个测试一下看看
    Downloaded 551 times
  • 您好!十分抱歉!运行4.9.0版本实际上是可以正常运行的,虽然打印信息和文档不同,但是仍然输出了正确结果。
    不过,运行您给的程序,是正常打印信息的,而4.9.0版本则会打印
    this device is not whitelisted for jpeg decoder cvi
    this device is not whitelisted for jpeg decoder cvi
    this device is not whitelisted for jpeg decoder cvi
    this device is not whitelisted for capture cvi
    信息,我想这是否也是一个可以改进的小细节?
  • 是的,4.9.0版本的错误提示请期待后续改进
  • Is it possible from this example https://wiki.luckfox.com/Luckfox-Pico/L ... ncv-mobile opencv mobile run to pictures in a streaming video?
    Then read from VLS player or something similar.
  • Yurii wrote: 2024-01-30 11:16 Is it possible from this example https://wiki.luckfox.com/Luckfox-Pico/L ... ncv-mobile opencv mobile run to pictures in a streaming video?
    Then read from VLS player or something similar.
    https://forums.luckfox.com/viewtopic.php?t=99