Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. Machine Vision camera
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • S

      SOLVED MV-MIPI-GMAX4002M compatibility with Jetson Xavier NX, Orin NX
      • STiwana

      13
      0
      Votes
      13
      Posts
      1857
      Views

      veye_xumm

      @stiwana
      https://wiki.veye.cc/index.php/Mv_series_camera_appnotes_4_jetson

      For specific information, please refer to the link above. We provide a veye_viewer client for customers to initially get started and verify usage.

      We haven't done extensive debugging on GStreamer yet. As for OpenCV, there are examples provided in the article above. Regarding the latency issue: although the camera itself has negligible delay, each image entering the Jetson system will experience some latency due to the V4L2 buffer, format conversion, and preview processes—all of which involve memory buffering queues.

      The most fundamental solution is to develop your own program tailored to your product's specific needs, allowing flexible management of buffers. Additionally, note that the V4L2 buffer containing the camera images after they enter the Jetson system includes timestamps. It is recommended that you use these timestamps.

      Regarding the supply of this product, we will maintain long-term availability unless the chip is discontinued. We will keep a regular inventory sufficient to meet retail demand. For bulk orders of several hundred units or more, the production cycle is typically within one month.

    • B

      UNSOLVED Capture MV-MIPI-IMX178M with OpenCV
      opencv python machine camera stride gstreamer v4l2 • • barbanevosa

      2
      0
      Votes
      2
      Posts
      303
      Views

      veye_xumm

      @barbanevosa
      The issue occurs because the camera sensor outputs a resolution of 3088 × 2064, but the receiving side (V4L2 buffers) aligns each line to a stride of 3136 bytes for memory alignment. When OpenCV is used directly with cv2.CAP_V4L2, it applies the width setting (3088) both to the sensor and to the buffer interpretation. Since the actual buffer has padding (3136 vs. 3088), OpenCV misinterprets the data layout, which results in visible image artifacts (stripes).

      We recommend using a GStreamer pipeline to handle the stride and alignment internally, so that OpenCV receives a clean image with the correct resolution.

    • veye_xumm

      This topic is deleted!
      • veye_xumm

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • R

      SOLVED Do you have any plans to support color machine vision cameras?
      • Roman

      4
      0
      Votes
      4
      Posts
      1900
      Views

      veye_xumm

      @stiwana Sorry, we do have this in mind, but no actual plans or projected time of completion at this time.

    • X

      SOLVED IMX296在RK3588上不出图
      • xym

      3
      0
      Votes
      3
      Posts
      1271
      Views

      X

      使用脚本可以,感谢

    • D

      MV cameras and RK3576
      • Dan

      3
      0
      Votes
      3
      Posts
      867
      Views

      D

      @veye_xumm Thank you, graet news

    • S

      SOLVED IMX178 roi problem - rpi5
      • sanlu

      11
      0
      Votes
      11
      Posts
      1766
      Views

      S

      @veye_xumm
      Perfect. Now is working as expected. Thanks!

    • V

      SOLVED To get videomatrix temperature of MV-MIPI-SC130M
      • Victor

      4
      0
      Votes
      4
      Posts
      1154
      Views

      veye_xumm

      @victor Sorry for the late reply.
      After communicating with the sensor manufacturer, I found that the built-in temperature sensor in the SC130GS is extremely inaccurate and cannot be used properly.

    • Z

      IMX265 -RK3568
      • zang

      4
      0
      Votes
      4
      Posts
      962
      Views

      veye_xumm

      @zang 相机是支持这个分辨率配置的。你的整个操作报什么错误吗?
      可以用mv_mipi_i2c.sh脚本读取一下相机实际roi确认是否已经配置到camera里面。
      另外300不利于对齐,你可以试试304

    • A

      SOLVED IMX462M pixelformat on RPi5
      • alex_ai

      24
      0
      Votes
      24
      Posts
      7301
      Views

      A

      @alex_ai said in IMX462M pixelformat on RPi5:

      I need wait for clear sky to test and provide feedback

      Finally tested, for gain value 20 it is looks pretty same with color sensor with ISP, but background no so black as for color sensor.
      For me this issue resolved, attached examples to compare (10 seconds stacks)

      IMX462 mono
      IMX462M_small.jpg

      IMX462 color with ISP
      IMX462C_small.jpg

    • N

      获取图像的测试代码,依赖opencv4.2的动态库,测试可以正常出图,用opencv4.6的库出现cap.isOpened()返回false
      • nb

      7
      0
      Votes
      7
      Posts
      1617
      Views

      W

      @nb 您好,我遇到了类似的问题,请问一下您的解决方案就是将4.6的opencv更换成4.2的opencv吗?

    • D

      SOLVED MV-MIPI-130M throw V-by-one
      • Dan

      6
      0
      Votes
      6
      Posts
      1307
      Views

      veye_xumm

      @dan
      Please try this image.

      export I2C_BUS=7 export WIDTH=1280 export HEIGHT=1024 export FPS=108 media-ctl -d /dev/media0 --set-v4l2 '"m00_b_mvcam '"$I2C_BUS"'-003b":0[fmt:Y8_1X8/'"$WIDTH"'x'"$HEIGHT"'@1/'"$FPS"']' v4l2-ctl -d /dev/video0 --set-fmt-video=width=$WIDTH,height=$HEIGHT,pixelformat=GREY --stream-mmap --stream-count=-1 --stream-to=/dev/null

      93427bda-d9b6-4263-be24-30aac77b3df5-image.png

    • X

      SOLVED IMX178M 触发模式,软触发会概率性无法触发
      • xym

      5
      0
      Votes
      5
      Posts
      1923
      Views

      veye_xumm

      @xym 可能是pipeline效率的原因,buffer不够用导致丢帧了。

    • R

      SOLVED Can I use YT1.8-2.1I lens with RAW-MIPI-AR0234M?
      • Roman

      3
      0
      Votes
      3
      Posts
      880
      Views

      R

      @veye_xumm Thanks, this should be enough I think

    • N

      UNSOLVED 硬触发设置Trigger Delay 没有起作用
      • nb

      10
      0
      Votes
      10
      Posts
      1918
      Views

      veye_xumm

      @nb
      https://wiki.veye.cc/index.php/Mv_mipi_camera_manual/zh#Sony.27s_Global_shutter.EF.BC.88.E5.85.A8.E5.B1.80.E6.9B.9D.E5.85.89.EF.BC.89
      2.4.3

    • B

      UNSOLVED IMX287 - 1000+ FPS Python & OpenCV
      • bvdb89

      1
      0
      Votes
      1
      Posts
      617
      Views

      No one has replied

    • N

      UNSOLVED 执行编译出来的./video12 800 800 60 得到的图像。像是按照4:3拉伸得到的图像, 并不是裁剪出来的800 *800的正方形
      • nb

      32
      0
      Votes
      32
      Posts
      6237
      Views

      N

      @veye_xumm 好的 感谢

    • 张

      SOLVED MV-MIPI-IM256M数据格式
      • 张志伟

      11
      0
      Votes
      11
      Posts
      2208
      Views

      veye_xumm

      @张志伟 不好意思,我们现在相机本身没有图像矫正功能,也没有使用板块的ISP模块的方案。

    • N

      SOLVED yavta 工具获取的帧率只有34fps, 实际设置的是60fps的帧率
      • nb

      10
      0
      Votes
      10
      Posts
      1763
      Views

      veye_xumm

      @nb 不客气。

    • veye_xumm

      SOLVED RAW-MIPI-AR0234M配置为4lane模式
      • veye_xumm

      55
      0
      Votes
      55
      Posts
      13860
      Views

      L

      @veye_xumm 好的,感谢