VEYE IMAGING Forum
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories

    • All tags
    • X

      IMX296在RK3588上不出图

      Watching Ignoring Scheduled Pinned Locked Moved Machine Vision camera
      3
      1
      0 Votes
      3 Posts
      4k Views
      X
      使用脚本可以,感谢
    • A

      移植imx462摄像头驱动到rk3588时出现了以下的问题,不知道怎么解决,内核版本是5.10

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      29
      1
      0 Votes
      29 Posts
      17k Views
      veye_xummV
      @aike 我们对接rk平台的经验中,只有一个厂家的板子遇到了给你这个完全一样的问题,就是用上次帖子中的方法解决的。该问题原因是此板厂提供的linux内核,调用veyecam2m_enum_frame_sizes时没有正确的传入fse->code参数,导致参数验证失败。 如果你这个方法解决不了问题,建议打开驱动中的DEBUG_PRINTK宏定义,查找一下哪个函数返回报错了。 如果只是打开这个宏定义不够,需要你手动在这些函数返回错误的地方增加打印信息,进行查找报错处。
    • O

      Horizontal Line Artifacts on MV-MIPI-IMX264 and IMX287 with NVIDIA Jetson Orin NX (JetPack 6)

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      7
      2
      0 Votes
      7 Posts
      4k Views
      veye_xummV
      @mv For third-party carrier boards on the Orin Nano or Orin NX platform, we have indeed encountered issues with MIPI signal transmission quality. There isn't a good solution at the moment, so we recommend switching to an official NVIDIA board.
    • D

      MV cameras and RK3576

      Watching Ignoring Scheduled Pinned Locked Moved Machine Vision camera
      3
      0 Votes
      3 Posts
      3k Views
      D
      @veye_xumm Thank you, graet news
    • L

      VEYE-MIPI-327E orin/orin nano support

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      7
      0 Votes
      7 Posts
      3k Views
      veye_xummV
      @paul-chang 这个只是一个提示信息,不影响驱动加载和后续测试的。 [image: 1733715967227-3f3fb167-a8b9-4a18-b05f-ced9201766d0-image.png] 你可以看看有没有生成/dev/video0,如果没有,看看dtb是不是用对了。
    • J

      rk3588开发板接RAW-MIPI-SC132M无法获取图片

      Watching Ignoring Scheduled Pinned Locked Moved Rockchip App camera rk3588 raw-mipi-sc132m mipi
      18
      2
      0 Votes
      18 Posts
      11k Views
      veye_xummV
      @jihua 我们在rk平台没有遇到过这个问题。看ecc2这个错误提示的话,像是mipi信号劣化了。
    • J

      Struggling with connecting and using any of the veye camera modules on rpi 3A and B

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      8
      0 Votes
      8 Posts
      3k Views
      veye_xummV
      @jgg You are welcome, will improve the wiki doc.
    • 毛

      RAW_MIPI_SC535M相机实时帧率获取问题(framecount报错)

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      12
      0 Votes
      12 Posts
      5k Views
      veye_xummV
      线下沟通,已解决。 解决方案是,在取图之前,通过system函数直接调用如下脚本: export I2C_BUS=7 export WIDTH=2432 export HEIGHT=500 export FPS=50 v4l2-ctl -d /dev/v4l-subdev2 --set-ctrl roi_x=0 v4l2-ctl -d /dev/v4l-subdev2 --set-ctrl roi_y=548 media-ctl -d /dev/media0 --set-v4l2 '"m00_b_mvcam '"$I2C_BUS"'-003b":0[fmt:Y8_1X8/'"$WIDTH"'x'"$HEIGHT"'@1/'"$FPS"']' 然后再取图。 如果直接用mv_mipi_i2c,sh配置roi,那么相机内的参数直接被修改,这个数值无法实时反映到v4l2驱动层中。造成参数的错乱。
    • O

      Raspberry Pi 5 IMX264 + IMX287

      Watching Ignoring Scheduled Pinned Locked Moved Raspberry Pi App Software
      5
      0 Votes
      5 Posts
      4k Views
      O
      @veye_xumm Thanks my problem is solved.
    • S

      IMX178 roi problem - rpi5

      Watching Ignoring Scheduled Pinned Locked Moved Machine Vision camera
      11
      0 Votes
      11 Posts
      5k Views
      S
      @veye_xumm Perfect. Now is working as expected. Thanks!
    • 若

      IMX462 请问下英伟达驱动里的Image文件还在吗,我搜不到

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      3
      1
      0 Votes
      3 Posts
      2k Views
      若
      @veye_xumm 好的,感谢,找到了,得用新的链接,我用的是之前旧的链接
    • O

      Raspberry pi 5 6.6.51+rpt-rpi-2712

      Watching Ignoring Scheduled Pinned Locked Moved Raspberry Pi App Software
      4
      1
      0 Votes
      4 Posts
      4k Views
      veye_xummV
      @opti Please check this: https://github.com/veyeimaging/raspberrypi_v4l2/releases/tag/v1.22
    • X

      VEYE_MIPI_IMX462编译raspberrypi_v4l2报错

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      4
      2
      0 Votes
      4 Posts
      2k Views
      veye_xummV
      @xmy 编译完之后,按照文档的part3部分,安装驱动就可以了。 https://wiki.veye.cc/index.php/Build_drivers_from_source_for_rpi/zh
    • X

      VEYE-MIPI-327S是否可用raspistill指令输出包含bayer数据的.jpg图

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      16
      0 Votes
      16 Posts
      5k Views
      X
      @veye_xumm OK,明白,多谢!
    • 毛

      RAW_MIPI_SC535M设置ROI

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      3
      0 Votes
      3 Posts
      2k Views
      毛
      @veye_xumm 感谢
    • R

      cssc132 driver for Raspberry pi 5

      Watching Ignoring Scheduled Pinned Locked Moved CS MIPI camera
      5
      0 Votes
      5 Posts
      3k Views
      veye_xummV
      @reinbb OK
    • 毛

      RAW-MIPI-SC535M格式取流设置问题

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      4
      0 Votes
      4 Posts
      2k Views
      veye_xummV
      @毛宪历 这个板子上,请使用如下命令进行测试先: python3 ./v4l2dev_2_opencv_show_grey.py --width 2432 --height 2048 --fps 50 --i2c 7
    • D

      SC535M设置默认相机参数画面显示不正常的问题

      Watching Ignoring Scheduled Pinned Locked Moved Jetson App Software
      24
      0 Votes
      24 Posts
      15k Views
      veye_xummV
      经过验证,xavier平台可以通过设置配置prefer_stride为64,分辨率是2432x2048的大小。但是tx2平台不行,还是得要求256的整数倍。
    • X

      Radxa Zero 3W And SC535

      Watching Ignoring Scheduled Pinned Locked Moved Rockchip App camera
      15
      1
      0 Votes
      15 Posts
      11k Views
      veye_xummV
      @xu 识别到产品型号了,正常。
    • C

      树莓派5 + RAW-MIPI-IMX462M编译出错

      Watching Ignoring Scheduled Pinned Locked Moved Raspberry Pi App Software
      8
      3
      0 Votes
      8 Posts
      3k Views
      veye_xummV
      @chenhaoyu 这个实现不了,树莓派只有两个mipi口。